sms5 auth 체크 함수 수정 및 기타 문제 수정
This commit is contained in:
@ -10,9 +10,7 @@ if( !function_exists('json_encode') ) {
|
||||
}
|
||||
}
|
||||
|
||||
if( $auth_check = ajax_auth_check($auth[$sub_menu], "r") ){
|
||||
die("{\"error\":\"$auth_check\"}");
|
||||
}
|
||||
ajax_auth_check($auth[$sub_menu], "r");
|
||||
|
||||
$page_size = 6;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user