diff options
author | friendica <info@friendica.com> | 2014-01-30 14:21:32 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-30 14:21:32 -0800 |
commit | 70de97fca17bac28e174373cd03581b5bae0c471 (patch) | |
tree | e8b9c70dd3e93f8d98430e1baea83df88740c8bf /index.php | |
parent | f2f18578764ed3fce785f7414194ddcae9f0ebf2 (diff) | |
parent | c0f02d774a0af0f0959a7690dadb30586ee0b6b1 (diff) | |
download | volse-hubzilla-70de97fca17bac28e174373cd03581b5bae0c471.tar.gz volse-hubzilla-70de97fca17bac28e174373cd03581b5bae0c471.tar.bz2 volse-hubzilla-70de97fca17bac28e174373cd03581b5bae0c471.zip |
Merge pull request #293 from MicMee/master
more progress in admin to maintain hubloc with ping
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -19,7 +19,7 @@ $a = new App; /** * * Load the configuration file which contains our DB credentials. - * Ignore errors. If the file doesn't exist or is empty, we are running in installation mode. + * Ignore errors. If the file doesn't exist or is empty, we are running in installation mode.' * */ @@ -182,7 +182,6 @@ if(strlen($a->module)) { * Otherwise, look for the standard program module in the 'mod' directory */ - if(! $a->module_loaded) { if(file_exists("custom/{$a->module}.php")) { include_once("custom/{$a->module}.php"); |