From d2b947bedd25662390a0f21018dd3f0d1dd19870 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 23 Jun 2014 12:42:43 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=94=EC=B2=9C=20=EB=B9=84=ED=9A=8C?= =?UTF-8?q?=EC=9B=90=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EB=A7=81=ED=81=AC=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/good.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/good.php b/bbs/good.php index b18806c00..d1714c971 100644 --- a/bbs/good.php +++ b/bbs/good.php @@ -90,7 +90,7 @@ if($_POST['js'] == "on") { if (!$is_member) { - $href = './login.php?$qstr&url='.urlencode('./board.php?bo_table='.$bo_table.'&wr_id='.$wr_id); + $href = './login.php?'.$qstr.'&url='.urlencode('./board.php?bo_table='.$bo_table.'&wr_id='.$wr_id); alert('회원만 가능합니다.', $href); }