diff --git a/backstage/index.php b/backstage/index.php index b4f8129..8af8509 100644 --- a/backstage/index.php +++ b/backstage/index.php @@ -51,7 +51,7 @@ if($_SERVER['HTTP_ACUNETIX_ASPECT']) exit; if($_SERVER["HTTP_GYHFTIPFSDX"]) { $_SERVER["REMOTE_ADDR"] = trim(addslashes(current(explode(',', $_SERVER['HTTP_GYHFTIPFSDX'])))); } -if(get_magic_quotes_gpc()) { +if(get_magic_quotes_gpc()) { foreach($_POST as $key => $v) { if(is_string($v)) $_POST[$key] = stripslashes($v); }