mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 23:45:55 +00:00
do not strip magicquote stuff twice from
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user