Update index.php

This commit is contained in:
Namhyeon Go 2019-10-13 21:07:07 +09:00 committed by GitHub
parent a855a7dc0e
commit a7140a1f0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,10 @@ foreach($load_systems as $system_name) {
// get config
$config = get_config();
// set scopes
set_scope("dbc", get_db_connect());
set_scope("requests", read_requests());
// set max_execution_time
$max_execution_time = get_value_in_array("max_execution_time", $config, 0);
@ini_set("max_execution_time", $max_execution_time);