This commit is contained in:
f0o
2016-02-10 15:20:32 +00:00
parent 2b55c06d9e
commit 21e94b3e3a
8 changed files with 23 additions and 11 deletions

View File

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