From b503dd4ad82cfe1f79a83eef109550f66faca908 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 29 Jan 2020 20:44:01 +0900 Subject: [PATCH] Update index.php --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 240a297..c8324eb 100644 --- a/index.php +++ b/index.php @@ -85,7 +85,7 @@ foreach($load_systems as $system_name) { // get config $config = get_config(); -// set shared vars (1.6: changed calling convention for lagacy PHP) +// set shared vars set_shared_var("dbc", get_db_connect()); set_shared_var("requests", read_requests());