SMS5 코드 체크 및 정리
This commit is contained in:
@ -11,7 +11,7 @@ $token = get_token();
|
||||
|
||||
$g5['title'] = "휴대폰번호 관리";
|
||||
|
||||
if (!$page) $page = 1;
|
||||
if ($page < 1) $page = 1;
|
||||
|
||||
if (is_numeric($bg_no))
|
||||
$sql_group = " and bg_no='$bg_no' ";
|
||||
|
||||
Reference in New Issue
Block a user