mirror of
https://github.com/prasathmani/tinyfilemanager
synced 2026-03-14 20:55:50 +01:00
PHP Warning: count() #173
This commit is contained in:
parent
f67a343f48
commit
4b4b48242e
1 changed files with 0 additions and 1 deletions
|
|
@ -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'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue