aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Ribas <brunoribas@gmail.com>2022-05-20 15:54:13 +0000
committerBruno Ribas <brunoribas@gmail.com>2022-05-20 15:54:13 +0000
commitb7ad2f72ea70125754b6a44820cbdec334993aea (patch)
tree3c40b09bfc557536d4b6ac6de226d813a98615da
parent7eef26459835880cd8fbec6a40f24ee46559c5c1 (diff)
parentf469eaa9946dfd31bb562c6a7fb0c25c543f6a9e (diff)
downloadboca-b7ad2f72ea70125754b6a44820cbdec334993aea.tar.gz
boca-b7ad2f72ea70125754b6a44820cbdec334993aea.zip
Merge branch 'devel' of github.com:cassiopc/boca into devel
-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);
}
}