diff --git a/views/admin/index/dropboxlist.php b/views/admin/index/dropboxlist.php index d208d05..fceee1a 100644 --- a/views/admin/index/dropboxlist.php +++ b/views/admin/index/dropboxlist.php @@ -5,6 +5,14 @@

+ + File count:'.sizeof($fileNames).""; + if (sizeof($fileNames)>999) : + echo "

Too many files - must be less than 1000. Filter to reduce total

"; + endif; ?>