mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
Issue ID 0000529 Re-Fixed.
Problem with "Options +MultiViews" .htaccess configuration. Merge branch-1_6 1688:1689 into BSF git-svn-id: http://piwigo.org/svn/trunk@1690 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -178,9 +178,10 @@ if ($conf['gallery_locked'])
|
||||
|
||||
if ($user['is_the_guest'] and !$conf['guest_access']
|
||||
and !in_array( script_basename(),
|
||||
array('identification.php',
|
||||
'password.php',
|
||||
'register.php'
|
||||
// Array of basename without file extention
|
||||
array('identification',
|
||||
'password',
|
||||
'register'
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user