Update index.php

This commit is contained in:
Namhyeon Go 2018-12-29 13:23:07 +09:00 committed by GitHub
parent 3de566294c
commit 50ad15341e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,9 +33,9 @@ $requests = get_requests();
$max_execution_time = get_value_in_array("max_execution_time", $config, 0);
@ini_set("max_execution_time", $max_execution_time);
// autoload module
// set autoloader
if(!array_key_empty("enable_autoload", $config)) {
loadModule("autoload");
set_autoloader();
}
// set timezone