Update index.php
This commit is contained in:
parent
4d51c91b22
commit
d91ae7cc04
|
@ -88,6 +88,7 @@ $config = get_config();
|
|||
// set shared vars (1.6: changed calling convention for lagacy PHP)
|
||||
set_shared_var("dbc", get_db_connect());
|
||||
set_shared_var("requests", read_requests());
|
||||
set_shared_var("config", $config);
|
||||
|
||||
// set max_execution_time
|
||||
$max_execution_time = get_value_in_array("max_execution_time", $config, 0);
|
||||
|
|
Loading…
Reference in New Issue
Block a user