diff --git a/public/install/index.php b/public/install/index.php index f38c9832..af8b3d3e 100644 --- a/public/install/index.php +++ b/public/install/index.php @@ -175,24 +175,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'] . '

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