Update cli.php
This commit is contained in:
parent
123a517ba3
commit
8216ea41cd
2
cli.php
2
cli.php
|
@ -37,7 +37,7 @@ $max_execution_time = get_value_in_array("max_execution_time", $config, 0);
|
||||||
|
|
||||||
// autoload module
|
// autoload module
|
||||||
if(!array_key_empty("enable_autoload", $config)) {
|
if(!array_key_empty("enable_autoload", $config)) {
|
||||||
loadModule("autoload");
|
set_autoloader();
|
||||||
}
|
}
|
||||||
|
|
||||||
// set timezone
|
// set timezone
|
||||||
|
|
Loading…
Reference in New Issue
Block a user