From 2c7f9bd44936b91ca76cd44341b9a7b350d2fe09 Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 16 Oct 2017 09:14:42 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EC=83=81?= =?UTF-8?q?=ED=83=9C=EC=97=90=EC=84=9C=20=ED=9A=8C=EC=9B=90=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=20=EC=B0=BE=EC=9D=84=EC=8B=9C=20=EB=A6=AC=EB=8B=A4?= =?UTF-8?q?=EC=9D=B4=EB=A0=89=ED=8A=B8=20=EC=88=9C=ED=99=98=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/password_lost2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/password_lost2.php b/bbs/password_lost2.php index 6c20c0a03..1dbb5209a 100644 --- a/bbs/password_lost2.php +++ b/bbs/password_lost2.php @@ -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()) {