aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-14 18:11:36 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-14 18:11:36 -0700
commitd76348575299db76d8b6aabd460d21f6b3b0edfb (patch)
tree12f92496e470d162dc5ec63d767a288a8736f8f6 /index.php
parent8f83c4ab6408dd3fa789304ce918205e688be4a8 (diff)
downloadvolse-hubzilla-d76348575299db76d8b6aabd460d21f6b3b0edfb.tar.gz
volse-hubzilla-d76348575299db76d8b6aabd460d21f6b3b0edfb.tar.bz2
volse-hubzilla-d76348575299db76d8b6aabd460d21f6b3b0edfb.zip
put in config framework for auto-update ability, plugins, etc.
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")) {