This commit is contained in:
hxchigd 2024-04-01 16:28:58 +08:00
parent 64e54ba7c6
commit 9cb83bea1d
1 changed files with 1 additions and 1 deletions

View File

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