From 4468f3dd375e2f407348762769f9d100cb5f1e1f Mon Sep 17 00:00:00 2001 From: slawkens Date: Tue, 25 Feb 2020 20:36:04 +0100 Subject: [PATCH] Add some notice --- system/pages/admin/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/pages/admin/plugins.php b/system/pages/admin/plugins.php index 111d0a2b..b106c6e2 100644 --- a/system/pages/admin/plugins.php +++ b/system/pages/admin/plugins.php @@ -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.';