Issue ID 0000529 Re-Fixed.

Problem with "Options +MultiViews" .htaccess configuration.

git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1689 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2007-01-02 22:30:18 +00:00
parent 09e2c295e8
commit 3169b81c76
4 changed files with 11 additions and 17 deletions
+4 -3
View File
@@ -175,9 +175,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'
)
)
)