모바일에서 인증 체크 후 이동 url 변경

This commit is contained in:
chicpro
2013-11-28 18:07:21 +09:00
parent 3451953034
commit 09bd08edb6
3 changed files with 8 additions and 9 deletions

View File

@ -13,7 +13,7 @@ if (!$ca['ca_id'])
// 본인인증, 성인인증체크
if(!$is_admin) {
$msg = shop_member_cert_check($ca_id);
$msg = shop_member_cert_check($ca_id, 'list');
if($msg)
alert($msg);
}