Revert "Variable/Environment sanity"

This commit is contained in:
Daniel Preussker
2016-02-10 14:31:16 +00:00
parent 25657881e7
commit 2b55c06d9e
5 changed files with 8 additions and 16 deletions

View File

@@ -43,5 +43,3 @@ foreach ($_GET as $name => $value) {
foreach ($_POST as $name => $value) {
$vars[$name] = $value;
}
array_walk_recursive($vars,'sanitize_array');