From d05d35c55eda64561733f982bdda9fd8f8e286a5 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Fri, 15 Nov 2019 10:39:49 +0900 Subject: [PATCH] Update index.php --- index.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index ce29654..bc8b27d 100644 --- a/index.php +++ b/index.php @@ -2,11 +2,11 @@ /** * @file index.php * @date 2018-05-27 - * @updated 2019-10-13 + * @updated 2019-11-15 * @author Go Namhyeon * @brief ReasonableFramework * @cvs https://github.com/gnh1201/reasonableframework - * @sponsor https://patreon.com/catswords (Check this link if you want use the advanced security) + * @sponsor https://patreon.com/catswords (with advanced security) */ define("_DEF_VSPF_", true); // compatible to VSPF @@ -85,7 +85,7 @@ foreach($load_systems as $system_name) { // get config $config = get_config(); -// set scopes +// set scopes (1.6 - Change calling convention for lagacy PHP) set_scope("dbc", get_db_connect()); set_scope("requests", read_requests()); @@ -125,4 +125,3 @@ IF(PHP_DDOS_PROTECTION !== false) { if(!loadRoute($route, $scope)) { loadRoute("errors/404", $scope); } -