do not strip magicquote stuff twice from
This commit is contained in:
parent
b92fbcd8a5
commit
f885ff6e4b
|
@ -6,7 +6,7 @@
|
|||
if (get_magic_quotes_gpc()) {
|
||||
$_REQUEST = array_map('stripslashes', $_REQUEST);
|
||||
$_POST = array_map('stripslashes', $_POST);
|
||||
$_REQUEST = array_map('stripslashes', $_REQUEST);
|
||||
// $_REQUEST = array_map('stripslashes', $_REQUEST);
|
||||
$_COOKIE = array_map('stripslashes', $_COOKIE);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue