Merge branch 'inicert' of github.com:gnuboard/gnuboard5 into inicert

This commit is contained in:
kagla
2021-10-01 02:39:59 +00:00
103 changed files with 4013 additions and 1281 deletions

View File

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