This commit is contained in:
Serghey Rodin 2015-10-22 16:57:24 +03:00
parent 7a1975ce39
commit fdce35d610
3 changed files with 13 additions and 6 deletions

View file

@ -84,7 +84,7 @@ class UploadHandler
// The php.ini settings upload_max_filesize and post_max_size
// take precedence over the following max_file_size setting:
'max_file_size' => null,
'min_file_size' => 1,
'min_file_size' => 0,
// The maximum number of files for the upload directory:
'max_number_of_files' => null,
// Defines which files are handled as image files: