Update index.php
This commit is contained in:
parent
f1ee9dfc54
commit
a855a7dc0e
|
@ -80,11 +80,8 @@ foreach($load_systems as $system_name) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// set scope: config
|
|
||||||
set_scope("config", read_config());
|
|
||||||
|
|
||||||
// get config
|
// get config
|
||||||
$config = get_scope("config");
|
$config = get_config();
|
||||||
|
|
||||||
// set max_execution_time
|
// set max_execution_time
|
||||||
$max_execution_time = get_value_in_array("max_execution_time", $config, 0);
|
$max_execution_time = get_value_in_array("max_execution_time", $config, 0);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user