From d76348575299db76d8b6aabd460d21f6b3b0edfb Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Sat, 14 Aug 2010 18:11:36 -0700 Subject: put in config framework for auto-update ability, plugins, etc. --- index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index 2353355f0..ba08a9103 100644 --- a/index.php +++ b/index.php @@ -29,6 +29,8 @@ if((x($_SESSION,'authenticated')) || (x($_POST['auth-params']))) if($install) $a->module = 'install'; +else + check_config($a); if(strlen($a->module)) { if(file_exists("mod/{$a->module}.php")) { -- cgit v1.2.3