summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-06-27 07:43:58 -0700
committerEvan Prodromou <evan@controlyourself.ca>2009-06-27 07:43:58 -0700
commitfb84c35035e33eebea79f207f73ba2deea86c4d7 (patch)
treebdd0e23348e0b93934081636a4c4e1527457c619 /index.php
parent70521d55a811347fa30f37187e43b8a1fd932e21 (diff)
don't need config in main anymore
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index f9b57e9d7..5f9a048f2 100644
--- a/index.php
+++ b/index.php
@@ -111,7 +111,7 @@ function main()
if (isset($_SERVER['REDIRECT_URL']) && ((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, $config;
+ global $user, $action;
Snapshot::check();