put in config framework for auto-update ability, plugins, etc.

This commit is contained in:
Mike Macgirvin 2010-08-14 18:11:36 -07:00
parent 8f83c4ab64
commit d763485752
3 changed files with 38 additions and 4 deletions

View file

@ -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")) {