aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.inc.php
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2007-01-02 22:30:18 +0000
committerrub <rub@piwigo.org>2007-01-02 22:30:18 +0000
commit3169b81c762579fd78756a2b99f2e2a273d2e215 (patch)
treeaaba17eedbfc61137710679932d6033d106c14aa /include/common.inc.php
parent09e2c295e81d0fd55e9871619dacac990c52b81a (diff)
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
Diffstat (limited to '')
-rw-r--r--include/common.inc.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/common.inc.php b/include/common.inc.php
index baabfdf72..e35990516 100644
--- a/include/common.inc.php
+++ b/include/common.inc.php
@@ -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'
)
)
)