Update index.php

This commit is contained in:
Namhyeon Go 2018-02-26 13:21:59 +09:00 committed by GitHub
parent 4e020d44f6
commit daf95ca6a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ foreach($load_systems as $system_name) {
}
// autoload module
if(array_key_empty('enable_autoload', $config)) {
if(!array_key_empty('enable_autoload', $config)) {
loadModule("autoload");
}