diff --git a/mod.php b/mod.php index f3d1d6c7..adb121c8 100644 --- a/mod.php +++ b/mod.php @@ -10,9 +10,6 @@ require 'inc/mod.php'; - // Fix some encoding issues - header('Content-Type: text/html; charset=utf-8', true); - if (get_magic_quotes_gpc()) { function strip_array($var) { return is_array($var) ? array_map("strip_array", $var) : stripslashes($var);