휴대폰이 필수입력일 때 휴대폰인증체크 및 휴대폰번호 변경 체크 코드 추가

This commit is contained in:
chicpro
2013-02-26 19:26:48 +09:00
parent f7ce5c4027
commit 4888a171c4
3 changed files with 64 additions and 17 deletions

View File

@ -3,11 +3,15 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
// 자신만의 코드를 넣어주세요.
if($w == '') {
/* =========================================================================== */
/* = 휴대폰인증 = */
/* =========================================================================== */
if($config['cf_use_hp'] && $config['cf_req_hp'] && $_POST['kcpcert_no']) {
// 휴대폰인증 시간기록
$sql = " update {$g4['member_table']}
set mb_hp_certify = '{$_POST['kcpcert_time']}'
where mb_id = '$mb_id' ";
sql_query($sql);
}
/* =========================================================================== */
?>