Issue ID 0000529 Fixed.

Problem with $_SERVER['SCRIPT_FILENAME'] on IIS server


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1686 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2006-12-31 17:02:36 +00:00
parent 37c05655ee
commit 09e2c295e8
4 changed files with 40 additions and 4 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ if ($conf['gallery_locked'])
}
if ($user['is_the_guest'] and !$conf['guest_access']
and !in_array( basename($_SERVER['SCRIPT_FILENAME']),
and !in_array( script_basename(),
array('identification.php',
'password.php',
'register.php'