휴대폰사용여부에 관계없이 휴대폰인증 체크하도록 수정

This commit is contained in:
chicpro
2013-02-27 10:22:02 +09:00
parent 0bce0b4e51
commit 38fa2c0b43
3 changed files with 24 additions and 32 deletions

View File

@ -6,7 +6,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
/* =========================================================================== */
/* = 휴대폰인증 = */
/* =========================================================================== */
if($config['cf_use_hp'] && $config['cf_req_hp'] && $_POST['kcpcert_no']) {
if($_POST['kcpcert_no']) {
// 휴대폰인증 시간기록
$sql = " update {$g4['member_table']}
set mb_hp_certify = '{$_POST['kcpcert_time']}'