diff --git a/install/index.php b/install/index.php index 003b8d98d..77efe5d97 100644 --- a/install/index.php +++ b/install/index.php @@ -279,12 +279,13 @@ if ($_POST) { ($max_upload_file_size * 1024 * 1024)) { // compare with given value in bytes ?> + if ($maxUploadFileSizeBytes > ($max_upload_file_size * 1024 * 1024)) { // compare with given value in bytes + ?> + } ?> @@ -297,7 +298,8 @@ if ($_POST) { ($post_max_size * 1024 * 1024)) { // compare with given value in bytes ?> + if ($maxUploadFileSizeBytes > ($post_max_size * 1024 * 1024)) { // compare with given value in bytes + ?> HamQTH +
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+