diff --git a/plugin/kgcert/kg_find_request.php b/plugin/kgcert/kg_find_request.php deleted file mode 100644 index cfc37a061..000000000 --- a/plugin/kgcert/kg_find_request.php +++ /dev/null @@ -1,65 +0,0 @@ - -
- - - - - - - - - - - - - - - - -
- - '{$member['mb_id']}' and mb_dupinfo = '{$mb_dupinfo}'"); - if (!$row['mb_id']) { - $row = sql_fetch("select * from {$g5['member_table']} where mb_id <> '{$member['mb_id']}' and mb_name ='{$user_name}' and mb_birth='{$birth_day}' and mb_hp='{$phone_no}'"); - if(!$row['mb_id']){ - alert_close("인증하신 정보로 가입된 회원정보가 없습니다."); - exit; - } + + $row = sql_fetch("select mb_id from {$g5['member_table']} where mb_id <> '{$member['mb_id']}' and mb_dupinfo = '{$mb_dupinfo}'"); // ci데이터로 찾음 + if(!$row['mb_id']) { // ci로 등록된 계정이 없다면 + alert_close("인증하신 정보로 가입된 회원정보가 없습니다."); + exit; } }else{ // 인증실패 curl의 인증실패 체크 @@ -66,8 +63,8 @@ $g5['title'] = 'KG이니시스 통합인증 결과'; include_once(G5_PATH.'/head.sub.php'); -?> -
+?> + ">