Update index.php

This commit is contained in:
Namhyeon Go 2020-01-29 20:46:18 +09:00 committed by GitHub
parent b503dd4ad8
commit 1c0b8f302c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,10 +84,10 @@ foreach($load_systems as $system_name) {
// get config
$config = get_config();
$requests = get_requests();
// set shared vars
set_shared_var("dbc", get_db_connect());
set_shared_var("requests", read_requests());
// set max_execution_time
$max_execution_time = get_value_in_array("max_execution_time", $config, 0);