mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2025-08-05 00:08:13 +02:00
PHP Warning: count() #173
This commit is contained in:
@@ -637,7 +637,6 @@ if (!empty($_FILES) && !FM_READONLY) {
|
||||
|
||||
$errors = 0;
|
||||
$uploads = 0;
|
||||
$total = count($f['file']['name']);
|
||||
$allowed = (FM_EXTENSION) ? explode(',', FM_EXTENSION) : false;
|
||||
|
||||
$filename = $f['file']['name'];
|
||||
|
Reference in New Issue
Block a user