mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-07-26 09:42:01 -07:00
7.4 still has this function i guess
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
|
||||
// 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);
|
||||
$_POST = addslashes_array($_POST);
|
||||
$_COOKIE = addslashes_array($_COOKIE);
|
||||
|
Reference in New Issue
Block a user