통합인증 : 인증 갱신 관련 조건 추가 bbs/영카트

This commit is contained in:
projectSylas
2021-09-24 02:56:12 +00:00
parent 49283792d2
commit 8f7f468910
6 changed files with 32 additions and 13 deletions

View File

@ -96,6 +96,10 @@ else
// 본인확인방법
switch($mb['mb_certify']) {
case 'sa':
$mb_certify_case = '통합인증';
$mb_certify_val = 'sa';
break;
case 'hp':
$mb_certify_case = '휴대폰';
$mb_certify_val = 'hp';