diff options
| author | Bruno Ribas <brunoribas@gmail.com> | 2022-05-20 15:54:13 +0000 |
|---|---|---|
| committer | Bruno Ribas <brunoribas@gmail.com> | 2022-05-20 15:54:13 +0000 |
| commit | b7ad2f72ea70125754b6a44820cbdec334993aea (patch) | |
| tree | 3c40b09bfc557536d4b6ac6de226d813a98615da /src | |
| parent | 7eef26459835880cd8fbec6a40f24ee46559c5c1 (diff) | |
| parent | f469eaa9946dfd31bb562c6a7fb0c25c543f6a9e (diff) | |
| download | boca-b7ad2f72ea70125754b6a44820cbdec334993aea.tar.gz boca-b7ad2f72ea70125754b6a44820cbdec334993aea.zip | |
Merge branch 'devel' of github.com:cassiopc/boca into devel
Diffstat (limited to 'src')
| -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 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); } } |