통합인증 : 인증 갱신 관련 조건 추가 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

@ -29,7 +29,7 @@ if(defined('_THEME_PREVIEW_') && _THEME_PREVIEW_ === true) {
}
// 본인인증, 성인인증체크
if(!$is_admin) {
if(!$is_admin && $config['cf_cert_use']) {
$msg = shop_member_cert_check($ca_id, 'list');
if($msg)
alert($msg, G5_SHOP_URL);