This line is no longer needed.
This commit is contained in:
parent
0279cfd3fb
commit
b966670fe4
3
mod.php
3
mod.php
@ -10,9 +10,6 @@
|
|||||||
|
|
||||||
require 'inc/mod.php';
|
require 'inc/mod.php';
|
||||||
|
|
||||||
// Fix some encoding issues
|
|
||||||
header('Content-Type: text/html; charset=utf-8', true);
|
|
||||||
|
|
||||||
if (get_magic_quotes_gpc()) {
|
if (get_magic_quotes_gpc()) {
|
||||||
function strip_array($var) {
|
function strip_array($var) {
|
||||||
return is_array($var) ? array_map("strip_array", $var) : stripslashes($var);
|
return is_array($var) ? array_map("strip_array", $var) : stripslashes($var);
|
||||||
|
Loading…
Reference in New Issue
Block a user