mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Fixing upload_max_filesize configuration directive
This commit is contained in:
parent
a75da4efac
commit
3efa34ef49
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ final class PhabricatorFileUploadException extends Exception {
|
|||
$map = array(
|
||||
UPLOAD_ERR_INI_SIZE =>
|
||||
"Uploaded file is too large: file is larger than the ".
|
||||
"'upload_max_size' setting in php.ini.",
|
||||
"'upload_max_filesize' setting in php.ini.",
|
||||
UPLOAD_ERR_FORM_SIZE =>
|
||||
"File is too large.",
|
||||
UPLOAD_ERR_PARTIAL =>
|
||||
|
|
Loading…
Reference in a new issue