Update index.php
This commit is contained in:
parent
b503dd4ad8
commit
1c0b8f302c
|
@ -84,10 +84,10 @@ foreach($load_systems as $system_name) {
|
||||||
|
|
||||||
// get config
|
// get config
|
||||||
$config = get_config();
|
$config = get_config();
|
||||||
|
$requests = get_requests();
|
||||||
|
|
||||||
// set shared vars
|
// set shared vars
|
||||||
set_shared_var("dbc", get_db_connect());
|
set_shared_var("dbc", get_db_connect());
|
||||||
set_shared_var("requests", read_requests());
|
|
||||||
|
|
||||||
// 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