mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 08:47:52 +00:00
More cleanup
This commit is contained in:
@@ -58,10 +58,9 @@ class Input
|
||||
|
||||
public function parseFiles()
|
||||
{
|
||||
$files = $_FILES;
|
||||
$list = [];
|
||||
|
||||
foreach ($files as $key => $value) {
|
||||
foreach ($_FILES as $key => $value) {
|
||||
|
||||
// Handle array input
|
||||
if (is_array($value['name']) === false) {
|
||||
|
||||
Reference in New Issue
Block a user