don't need config in main anymore

This commit is contained in:
Evan Prodromou 2009-06-27 07:43:58 -07:00
parent 70521d55a8
commit fb84c35035
1 changed files with 1 additions and 1 deletions

View File

@ -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();