통합인증 : 백엔드 선행 작업

This commit is contained in:
projectSylas
2021-09-10 05:26:32 +00:00
parent 96d37a8ef6
commit 2818da8bc6
13 changed files with 395 additions and 34 deletions

View File

@ -2782,6 +2782,9 @@ function certify_count_check($mb_id, $type)
$row = sql_fetch($sql);
switch($type) {
case 'sa' :
$cert = '통합인증';
break;
case 'hp':
$cert = '휴대폰';
break;