mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 00:30:21 -07:00
7.4 still has this function i guess
This commit is contained in:
parent
1f8249f9ba
commit
d88a9c339b
@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
// Bad Design Decisions 2001.
|
// Bad Design Decisions 2001.
|
||||||
// :(
|
// :(
|
||||||
if (!function_exists("get_magic_quotes_gpc")) {
|
if (true) { // simulateds magic quotes gpc. if you don't know what that is: congrats!
|
||||||
$_GET = addslashes_array($_GET);
|
$_GET = addslashes_array($_GET);
|
||||||
$_POST = addslashes_array($_POST);
|
$_POST = addslashes_array($_POST);
|
||||||
$_COOKIE = addslashes_array($_COOKIE);
|
$_COOKIE = addslashes_array($_COOKIE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user