로그인 상태에서 회원정보 찾을시 리다이렉트 순환 오류 수정

This commit is contained in:
thisgun
2017-10-16 09:14:42 +09:00
parent d1ee1eb4e1
commit 2c7f9bd449

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()) {