diff --git a/public/install/index.php b/public/install/index.php index b002282b..2651531b 100644 --- a/public/install/index.php +++ b/public/install/index.php @@ -52,8 +52,8 @@ $cardheader = '
'; -if (! isset($_GET['step'])) { - if (! file_exists('../../.env')) { +if (!isset($_GET['step'])) { + if (!file_exists('../../.env')) { echo run_console('cp .env.example .env'); } echo $cardheader; ?> @@ -71,11 +71,11 @@ if (! isset($_GET['step'])) {

Missing php-extentions:

+ echo count(checkExtensions()) == 0 ? '' : '(Proceed anyway)'; ?>