do not strip magicquote stuff twice from

master
Andrew Dolgov 15 years ago
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…
Cancel
Save