Update base.php

This commit is contained in:
Namhyeon Go 2019-02-26 11:45:19 +09:00 committed by GitHub
parent d3cc98c478
commit 374d9046f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 // set scope
if(check_valid_function("set_scope")) { if(check_valid_function("set_scope")) {
function set_scope($k, $v) { function set_scope($k, $v) {