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

@ -59,7 +59,7 @@ if ($w=='u') // 업데이트
}
$get_bg_no = $bg_no;
$go_url = './num_book_write.php?bk_no='.$bk_no.'&w='.$w.'&page='.$page;
$go_url = './num_book_write.php?bk_no='.$bk_no.'&w='.$w.'&page='.$page;
if( $is_hp_exist ){ //중복된 회원 휴대폰번호가 있다면
//alert( "중복된 회원 휴대폰번호가 있어서 회원정보에는 반영되지 않았습니다.", $go_url );
goto_url($go_url);