From bb689ae045ad86bfa6a89a08fa27af1bcc1470d2 Mon Sep 17 00:00:00 2001 From: Christoph Kottke Date: Sat, 13 Apr 2024 12:36:25 +0200 Subject: [PATCH 1/2] [installer] PreCheck Tab fixes --- install/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/index.php b/install/index.php index e9c6aa135..e83069a01 100644 --- a/install/index.php +++ b/install/index.php @@ -281,7 +281,7 @@ global $wavelog_url; ($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 ?> ($post_max_size * 1024 * 1024)) { // compare with given value in bytes + if ($maxUploadFileSizeBytes >= ($post_max_size * 1024 * 1024)) { // compare with given value in bytes ?> Date: Sun, 14 Apr 2024 10:30:53 +0200 Subject: [PATCH 2/2] [installer] Database Tap fixes --- install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/index.php b/install/index.php index e83069a01..8c072371e 100644 --- a/install/index.php +++ b/install/index.php @@ -438,7 +438,7 @@ global $wavelog_url;
- +