From 59cb5eab673467bad1b4dee6dc2ef3a0f3397821 Mon Sep 17 00:00:00 2001 From: Vikas Dongre Date: Wed, 5 Apr 2023 18:45:00 +0530 Subject: [PATCH] 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'] . '

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