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

@ -5,9 +5,7 @@ include_once("./_common.php");
$page_size = 10;
$colspan = 5;
if( $auth_check = ajax_auth_check($auth[$sub_menu], "r") ){
die("{\"error\":\"$auth_check\"}");
}
auth_check($auth[$sub_menu], "r");
$g5['title'] = "휴대폰번호 관리";