5.2.9.6 버전 수정

This commit is contained in:
thisgun
2017-11-07 10:14:21 +09:00
7 changed files with 36 additions and 15 deletions

View File

@ -4,7 +4,7 @@ include_once(G5_CAPTCHA_PATH.'/captcha.lib.php');
include_once(G5_LIB_PATH.'/mailer.lib.php');
if ($is_member) {
alert('이미 로그인중입니다.');
alert_close('이미 로그인중입니다.', G5_URL);
}
if (!chk_captcha()) {