From b654fbd186e73d60ff7e0bda2b6e148e7adb2933 Mon Sep 17 00:00:00 2001 From: seeoya Date: Thu, 30 Sep 2021 16:07:55 +0900 Subject: [PATCH] =?UTF-8?q?=ED=86=B5=ED=95=A9=EC=9D=B8=EC=A6=9D=20:=20?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EC=83=81=ED=83=9C=EB=A1=9C=20?= =?UTF-8?q?=EB=B9=84=EB=B0=80=EB=B2=88=ED=98=B8=20=EC=B0=BE=EA=B8=B0=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=A0=91=EA=B7=BC=20=EC=8B=9C=20?= =?UTF-8?q?=ED=99=88=EC=9C=BC=EB=A1=9C=20=EC=9D=B4=EB=8F=99=ED=95=98?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/password_lost.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/password_lost.php b/bbs/password_lost.php index e250f747d..8e7a6391d 100644 --- a/bbs/password_lost.php +++ b/bbs/password_lost.php @@ -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'] = '회원정보 찾기';