sms5 auth 체크 함수 수정 및 기타 문제 수정

This commit is contained in:
thisgun
2014-04-16 15:51:24 +09:00
parent f5583edec7
commit 87014a0c5c
9 changed files with 20 additions and 23 deletions

View File

@ -10,7 +10,11 @@ if( !function_exists('json_encode') ) {
}
}
auth_check($auth[$sub_menu], "w");
if( $mtype == "json" ){
ajax_auth_check($auth[$sub_menu], "w");
} else {
auth_check($auth[$sub_menu], "w");
}
$count = 0;
$hp_yes = 0;