diff --git a/public/install/index.php b/public/install/index.php index 688054b6..af8b3d3e 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'); - }; ?> @@ -178,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'] . '

'; } ?> - + +
+ +
- - - -
- -
- - \ No newline at end of file +