From 797f968c98bb5275893f6e64cb4e3e53ab3a3bb4 Mon Sep 17 00:00:00 2001 From: thisgun Date: Thu, 13 Jul 2017 09:17:47 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8C=A8=EC=8A=A4=EC=9B=8C=EB=93=9C=20?= =?UTF-8?q?=EC=B0=BE=EA=B8=B0=20https=20url=20=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/password_check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/password_check.php b/bbs/password_check.php index 086508911..b13e6fc85 100644 --- a/bbs/password_check.php +++ b/bbs/password_check.php @@ -31,5 +31,5 @@ if ($w == 's') { } else alert('w 값이 제대로 넘어오지 않았습니다.'); -goto_url('./board.php?'.$qstr); +goto_url(G5_HTTP_BBS_URL.'/board.php?'.$qstr); ?>