aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/globals.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/globals.php b/src/globals.php
index a17b003..7bea3f9 100755
--- a/src/globals.php
+++ b/src/globals.php
@@ -25,10 +25,6 @@ function sanitizeVariables(&$item, $key)
{
if (!is_array($item))
{
- // undoing 'magic_quotes_gpc = On' directive
- if (get_magic_quotes_gpc())
- $item = stripcslashes($item);
-
$item = sanitizeText($item);
}
}