From 091ffc65bd65775323126cb888ced3e405c0935b Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 10 Jun 2014 13:25:24 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8B=B5=EB=B3=80=EA=B8=80=20=EC=9E=91?= =?UTF-8?q?=EC=84=B1=20=EA=B6=8C=ED=95=9C=20=EC=95=8C=EB=A6=BC=20=ED=9B=84?= =?UTF-8?q?=20=ED=8E=98=EC=9D=B4=EC=A7=80=EC=9D=B4=EB=8F=99=20url=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=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/write.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/write.php b/bbs/write.php index 37faff604..e03fe4996 100644 --- a/bbs/write.php +++ b/bbs/write.php @@ -98,7 +98,7 @@ if ($w == '') { if ($member['mb_id']) alert('글을 답변할 권한이 없습니다.'); else - alert('글을 답변할 권한이 없습니다.\\n\\n회원이시라면 로그인 후 이용해 보십시오.', './login.php?$qstr&url='.urlencode($_SERVER['PHP_SELF'].'?bo_table='.$bo_table)); + alert('답변글을 작성할 권한이 없습니다.\\n\\n회원이시라면 로그인 후 이용해 보십시오.', './login.php?'.$qstr.'&url='.urlencode($_SERVER['PHP_SELF'].'?bo_table='.$bo_table)); } $tmp_point = isset($member['mb_point']) ? $member['mb_point'] : 0;