From 4d257fc37a9551cdf11b5f563691be433d82c8f6 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 7 Dec 2007 06:44:50 +0000 Subject: [PATCH] #305 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3187 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- config/func.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/func.inc.php b/config/func.inc.php index decb45b49..7e9e6c76e 100644 --- a/config/func.inc.php +++ b/config/func.inc.php @@ -408,6 +408,9 @@ // script code 제거 $content = preg_replace("!!is","",$content); + // meta 태그 제거 + $content = preg_replace("!!is","",$content); + return $content; }