From 9df86d771e851149f1bb601efce869b7ca3875e0 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 21 Jan 2016 15:58:32 +0900 Subject: [PATCH] =?UTF-8?q?sca=20=ED=95=84=ED=84=B0=EB=A7=81=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.php b/common.php index 9352ce75a..ba1580e2e 100644 --- a/common.php +++ b/common.php @@ -228,7 +228,7 @@ $qstr = ''; if (isset($_REQUEST['sca'])) { $sca = clean_xss_tags(trim($_REQUEST['sca'])); if ($sca) { - $sca = preg_replace("/[\<\>\'\"\\\'\\\"\%\=\(\)\s]/", "", $sca); + $sca = preg_replace("/[\<\>\'\"\\\'\\\"\%\=\(\)]/", "", $sca); $qstr .= '&sca=' . urlencode($sca); } } else {