From 374d9046f37906f9124623f42d295676b47c7bdc Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 26 Feb 2019 11:45:19 +0900 Subject: [PATCH] Update base.php --- system/base.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/system/base.php b/system/base.php index a0bf261..07eaf81 100644 --- a/system/base.php +++ b/system/base.php @@ -35,14 +35,6 @@ if(check_invalid_function("check_valid_function") == -1) { } } -// get all scope -if(check_valid_function("get_scope_all")) { - function get_scope_all() { - global $scope; - return $scope; - } -} - // set scope if(check_valid_function("set_scope")) { function set_scope($k, $v) {