SMS5 코드 체크 및 정리

This commit is contained in:
chicpro
2014-03-27 14:05:59 +09:00
parent 36b0ad66cf
commit 2065819ab9
12 changed files with 30 additions and 30 deletions

View File

@ -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' ";