diff options
Diffstat (limited to 'src/globals.php')
| -rwxr-xr-x | src/globals.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/globals.php b/src/globals.php index da34c1a..b7cecd4 100755 --- a/src/globals.php +++ b/src/globals.php @@ -24,10 +24,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); } } |