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