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; }