From d48ff6cffe2697960062d9680d72f5af7b7722b5 Mon Sep 17 00:00:00 2001 From: projectSylas Date: Wed, 15 Sep 2021 02:09:17 +0000 Subject: [PATCH] =?UTF-8?q?=ED=9A=8C=EC=9B=90=EC=A0=95=EB=B3=B4=EC=B0=BE?= =?UTF-8?q?=EA=B8=B0=20:=20=EC=9D=B4=EB=8B=88=EC=8B=9C=EC=8A=A4=ED=86=B5?= =?UTF-8?q?=ED=95=A9=EC=9D=B8=EC=A6=9D=20=EA=B4=80=EB=A0=A8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/kgcert/kg_find_request.php | 65 ------------------------------- plugin/kgcert/kg_find_result.php | 17 ++++---- plugin/kgcert/kg_request.php | 20 ++++++++-- 3 files changed, 23 insertions(+), 79 deletions(-) delete mode 100644 plugin/kgcert/kg_find_request.php 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'); -?> -
+?> + ">