Update index.php

This commit is contained in:
Namhyeon Go 2020-02-18 12:39:49 +09:00 committed by GitHub
parent abeeee18a6
commit 608a859573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,6 +86,9 @@ foreach($load_systems as $system_name) {
$config = get_config();
$requests = get_requests();
// get PID(Process ID)
set_shared_var("mypid", getmypid());
// set database connection
// variable _unset_dbc: will not connect to database
$_unset_dbc = get_requested_value("_unset_dbc");