Add some notice

This commit is contained in:
slawkens 2020-02-25 20:36:04 +01:00
parent 0c9219f885
commit 4468f3dd37

View File

@ -39,7 +39,7 @@ if (isset($_REQUEST['uninstall'])) {
break;
case UPLOAD_ERR_INI_SIZE:
case UPLOAD_ERR_FORM_SIZE:
$error .= ' - file too large (limit of ' . ini_get('upload_max_filesize') . ' bytes).';
$error .= ' - file too large (limit of ' . ini_get('upload_max_filesize') . ' bytes). You can enlarge the limits by changing "upload_max_filesize" in php.ini';
break;
case UPLOAD_ERR_PARTIAL:
$error .= ' - file upload was not completed.';