통합인증 : 인증 갱신 관련 조건 추가 bbs/영카트
This commit is contained in:
@ -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';
|
||||
|
||||
Reference in New Issue
Block a user