From fb84c35035e33eebea79f207f73ba2deea86c4d7 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 27 Jun 2009 07:43:58 -0700 Subject: [PATCH] don't need config in main anymore --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index f9b57e9d71..5f9a048f2c 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();