mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
typo fix
This commit is contained in:
parent
7a1975ce39
commit
fdce35d610
3 changed files with 13 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue