From b6207c1a904c61fd8812e54b4037b1775f7f0605 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 4 Apr 2016 14:28:18 +0900 Subject: [PATCH] =?UTF-8?q?sst=20=EB=B3=80=EC=88=98=20=ED=95=84=ED=84=B0?= =?UTF-8?q?=EB=A7=81=20=ED=8A=B9=EC=88=98=EB=AC=B8=EC=9E=90=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= 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 85507b17d..d17b0ae49 100644 --- a/common.php +++ b/common.php @@ -255,7 +255,7 @@ function sql_escape_string($str) if (isset($_REQUEST['sst'])) { $sst = trim($_REQUEST['sst']); - $sst = preg_replace("/[\<\>\'\"\\\'\\\"\%\=\(\)\s]/", "", $sst); + $sst = preg_replace("/[\<\>\'\"\\\'\\\"\%\=\(\)\/\^\*\s]/", "", $sst); if ($sst) $qstr .= '&sst=' . urlencode($sst); // search sort (검색 정렬 필드) } else {