From 7e85275cf95cbbb69b3d72e69e76b2afc57d233c Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sun, 28 Jan 2024 22:45:03 +0100 Subject: [PATCH] config tab layout --- install/index.php | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) 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 +
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+