Update base.php
This commit is contained in:
parent
ae4f2628f4
commit
6f9a01dd01
|
@ -28,9 +28,9 @@ if(!function_exists("check_invalid_function")) {
|
||||||
return $status;
|
return $status;
|
||||||
}
|
}
|
||||||
|
|
||||||
// check valid function (bool)
|
// check function exists (bool)
|
||||||
if(check_invalid_function("check_valid_function") == -1) {
|
if(check_function_exists("check_function_exists") == -1) {
|
||||||
function check_valid_function($fn) {
|
function check_function_exists($fn) {
|
||||||
return (check_invalid_function($fn) == -1);
|
return (check_invalid_function($fn) == -1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user