aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
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")) {