통합인증 : php8버전 관련 에러 수정
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
// echo '<결과내역>'." '{$mid}' <br/><br/>";
|
||||
// echo $response;
|
||||
|
||||
if($res_data['resultCode'] == "0000") {
|
||||
if($res_data['resultCode'] === "0000") {
|
||||
|
||||
@insert_cert_history($member['mb_id'], 'kg', 'sa'); // 인증성공 시 내역 기록
|
||||
|
||||
|
||||
Reference in New Issue
Block a user