회원정보찾기 : kcp 휴대폰 인증 관련 수정

This commit is contained in:
projectSylas
2021-09-15 02:08:50 +00:00
parent 353a1ad784
commit 430e6d29e7
3 changed files with 231 additions and 3 deletions

View File

@ -149,7 +149,7 @@ if( $cert_enc_use == "Y" )
alert_close("정상적인 인증이 아닙니다. 올바른 방법으로 이용해 주세요.");
$phone_no = hyphen_hp_number($phone_no);
$mb_dupinfo = $di;
$mb_dupinfo = md5($ci.$ci);
$sql = " select mb_id from {$g5['member_table']} where mb_id <> '{$member['mb_id']}' and mb_dupinfo = '{$mb_dupinfo}' ";
$row = sql_fetch($sql);