From b5ca2052c4514844d1248cb5b869a21e0b4d968e Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 26 Feb 2014 11:16:53 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=81=ED=92=88=EB=AC=B8=EC=9D=98=20?= =?UTF-8?q?=EB=93=B1=EB=A1=9D=20=EC=BD=94=EB=93=9C=EC=97=90=EC=84=9C=20str?= =?UTF-8?q?ipslashes=20=ED=95=A8=EC=88=98=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/itemqaformupdate.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shop/itemqaformupdate.php b/shop/itemqaformupdate.php index 85249ffe1..f524ed02c 100644 --- a/shop/itemqaformupdate.php +++ b/shop/itemqaformupdate.php @@ -7,8 +7,8 @@ if (!$is_member) { $iq_id = trim($_REQUEST['iq_id']); $iq_subject = trim($_POST['iq_subject']); -$iq_question = trim(stripslashes($_POST['iq_question'])); -$iq_answer = trim(stripslashes($_POST['iq_answer'])); +$iq_question = trim($_POST['iq_question']); +$iq_answer = trim($_POST['iq_answer']); $hash = trim($_REQUEST['hash']); if ($w == "" || $w == "u") {