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

@ -3,6 +3,10 @@ include_once('./_common.php');
include_once(G5_LIB_PATH.'/register.lib.php');
include_once(G5_LIB_PATH.'/mailer.lib.php');
if (!($w == '' || $w == 'u')) {
alert('w 값이 제대로 넘어오지 않았습니다.');
}
if( ! $config['cf_social_login_use'] ){
alert('소셜 로그인을 사용하지 않습니다.', G5_URL);
}