aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/globals.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/globals.php b/src/globals.php
index 63d4adc..293e962 100755
--- a/src/globals.php
+++ b/src/globals.php
@@ -26,10 +26,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);
}
}