From 6dac81e809d028ff83a43721e4ca7c020a15c567 Mon Sep 17 00:00:00 2001 From: Jens <34610614+AGuyNamedJens@users.noreply.github.com> Date: Wed, 5 Apr 2023 15:09:12 +0200 Subject: [PATCH 2/3] Fix: WHY --- public/install/index.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/public/install/index.php b/public/install/index.php index 688054b6..f38c9832 100644 --- a/public/install/index.php +++ b/public/install/index.php @@ -67,9 +67,6 @@ function cardStart($title, $subtitle = null) // Getting started if (!isset($_GET['step']) || $_GET['step'] == 1) { - if (!file_exists('../../.env')) { - echo run_console('cp .env.example .env'); - }; ?> @@ -438,4 +435,4 @@ function cardStart($title, $subtitle = null) ?> - \ No newline at end of file + From 59cb5eab673467bad1b4dee6dc2ef3a0f3397821 Mon Sep 17 00:00:00 2001 From: Vikas Dongre Date: Wed, 5 Apr 2023 18:45:00 +0530 Subject: [PATCH 3/3] fix: Button not clickable on step 2.5 of installation. --- public/install/index.php | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/public/install/index.php b/public/install/index.php index 688054b6..626655be 100644 --- a/public/install/index.php +++ b/public/install/index.php @@ -178,24 +178,20 @@ function cardStart($title, $subtitle = null) } // DB Migration & APP_KEY Generation - if (isset($_GET['step']) && $_GET['step'] == 2.5) { + if (isset($_GET['step']) && $_GET['step'] == 2.5) { ?> +
- echo cardStart($title = "Database Migration and Encryption Key Generation", $subtitle = "Lets feed your Database and generate some security keys!
This process might take a while. Please do not refresh or close this page!"); ?> - + This process might take a while. Please do not refresh or close this page!"); ?> " . $_GET['message'] . '

'; } ?> - + +
+ +
- - - -
- -
-