From 011947daf287722d7651b83086663fafba99b97f Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 15 Jul 2014 09:47:28 +0900 Subject: [PATCH] =?UTF-8?q?escape=20function=20=EA=B8=B0=EB=B3=B8=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EC=A3=BC=EC=84=9D=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.php b/config.php index 7095065e0..518d7cae7 100644 --- a/config.php +++ b/config.php @@ -165,8 +165,8 @@ define('G5_DISPLAY_SQL_ERROR', TRUE); define('G5_ESCAPE_FUNCTION', 'sql_escape_string'); // sql_escape_string 함수에서 사용될 패턴 -define('G5_ESCAPE_PATTERN', '/(and|or).*(union|select|insert|update|delete|from|where|limit|create|drop).*/i'); -define('G5_ESCAPE_REPLACE', ''); +//define('G5_ESCAPE_PATTERN', '/(and|or).*(union|select|insert|update|delete|from|where|limit|create|drop).*/i'); +//define('G5_ESCAPE_REPLACE', ''); // 게시판에서 링크의 기본개수를 말합니다. // 필드를 추가하면 이 숫자를 필드수에 맞게 늘려주십시오.