Update base.php

This commit is contained in:
Namhyeon Go 2018-05-24 15:10:17 +09:00 committed by GitHub
parent e0aa26faf9
commit 97feab6a13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,14 @@
* @brief Base module
*/
// get all scope
if(!function_exists("get_scope_all")) {
function get_scope_all() {
global $scope;
return $scope;
}
}
// set scope
if(!function_exists("set_scope")) {
function set_scope($k, $v) {