통합인증 : 로그인 상태로 비밀번호 찾기 페이지 접근 시 홈으로 이동하도록 추가

This commit is contained in:
seeoya
2021-09-30 16:07:55 +09:00
parent 1eabc482f2
commit b654fbd186

View File

@ -3,7 +3,7 @@ include_once('./_common.php');
include_once(G5_CAPTCHA_PATH.'/captcha.lib.php');
if ($is_member) {
alert("이미 로그인중입니다.");
alert("이미 로그인중입니다.", G5_URL);
}
$g5['title'] = '회원정보 찾기';