Update index.php
This commit is contained in:
parent
3de566294c
commit
50ad15341e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user