diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-14 18:11:36 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-14 18:11:36 -0700 |
commit | d76348575299db76d8b6aabd460d21f6b3b0edfb (patch) | |
tree | 12f92496e470d162dc5ec63d767a288a8736f8f6 /index.php | |
parent | 8f83c4ab6408dd3fa789304ce918205e688be4a8 (diff) | |
download | volse-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.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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")) { |