sms5에서 인증체크 함수 따로 추가
This commit is contained in:
@ -10,7 +10,9 @@ if( !function_exists('json_encode') ) {
|
||||
}
|
||||
}
|
||||
|
||||
auth_check($auth[$sub_menu], "r");
|
||||
if( $auth_check = ajax_auth_check($auth[$sub_menu], "r") ){
|
||||
die("{\"error\":\"$auth_check\"}");
|
||||
}
|
||||
|
||||
$lev = array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user