diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-05-17 22:06:08 -0400 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-05-17 22:06:08 -0400 |
commit | 5897dfa4c37d6a44bcde5dc7569c8b0d30f21b84 (patch) | |
tree | 6e882a25153ec071b4aa119bfdbd705ff51e2c90 /index.php | |
parent | a325144fa0ba769de1cdb554cac04e0116912b66 (diff) |
Refactored new sections code to proper classes and added notice link to links in notice sections.
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ function handleError($error) function main() { // quick check for fancy URL auto-detection support in installer. - if ('/check-fancy' === $_SERVER['REDIRECT_URL']) { + if (isset($_SERVER['REDIRECT_URL']) && ('/check-fancy' === $_SERVER['REDIRECT_URL'])) { die("Fancy URL support detection succeeded. We suggest you enable this to get fancy (pretty) URLs."); } global $user, $action, $config; |