diff options
author | Eric Helgeson <erichelgeson@gmail.com> | 2009-08-03 18:11:06 -0500 |
---|---|---|
committer | Eric Helgeson <erichelgeson@gmail.com> | 2009-08-03 18:11:06 -0500 |
commit | 0853ed069bb0b323d02cc8fe533ae82c87f68de5 (patch) | |
tree | 7ef1445197a5716d15a1ba40a1da6d6dc09b720f /index.php | |
parent | 9e611b40c643af9f40b9ef84e02b859205943745 (diff) | |
parent | ff6e976d0315c57fc5b7e31845e9a3bad4f095bc (diff) |
Merge commit 'origin/0.8.x' into 0.9.x
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ function checkMirror($action_obj) function main() { // quick check for fancy URL auto-detection support in installer. - if (isset($_SERVER['REDIRECT_URL']) && ((dirname($_SERVER['REQUEST_URI']) . '/check-fancy') === $_SERVER['REDIRECT_URL'])) { + if (isset($_SERVER['REDIRECT_URL']) && (preg_replace("/^\/$/","",(dirname($_SERVER['REQUEST_URI']))) . '/check-fancy') === $_SERVER['REDIRECT_URL']) { die("Fancy URL support detection succeeded. We suggest you enable this to get fancy (pretty) URLs."); } global $user, $action; |