Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
kcb 본인확인 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed Mar 19, 2019
1 parent 30c9c5a commit da7fa33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions adm/config_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -1419,6 +1419,10 @@ function fconfigform_submit(f)
}

echo module_exec_check($exe, 'okname');

if(is_dir(G5_OKNAME_PATH.'/log') && is_writable(G5_OKNAME_PATH.'/log') && function_exists('check_log_folder') ) {
check_log_folder(G5_OKNAME_PATH.'/log');
}
}

// kcp일 때
Expand Down
2 changes: 1 addition & 1 deletion plugin/okname/hpcert2.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
$sql = " select mb_id from {$g5['member_table']} where mb_id <> '{$member['mb_id']}' and mb_dupinfo = '{$mb_dupinfo}' ";
$row = sql_fetch($sql);
if ($row['mb_id']) {
alert_close("입력하신 본인학인 정보로 가입된 내역이 존재합니다.\\n회원아이디 : ".$row['mb_id']);
alert_close("입력하신 본인확인 정보로 가입된 내역이 존재합니다.\\n회원아이디 : ".$row['mb_id']);
}

// hash 데이터
Expand Down

0 comments on commit da7fa33

Please sign in to comment.