diff --git a/public/install/functions.php b/public/install/functions.php index 6ad3beca..5846ad78 100644 --- a/public/install/functions.php +++ b/public/install/functions.php @@ -9,6 +9,10 @@ use Monolog\Formatter\LineFormatter; use Monolog\Handler\StreamHandler; use Monolog\Logger; +if (!file_exists('../../.env')) { + echo run_console('cp .env.example .env'); +} + (new DotEnv(dirname(__FILE__, 3) . '/.env'))->load(); $required_extensions = ['openssl', 'gd', 'mysql', 'PDO', 'mbstring', 'tokenizer', 'bcmath', 'xml', 'curl', 'zip', 'intl']; diff --git a/public/install/index.php b/public/install/index.php index 027ae3d1..b682a51a 100644 --- a/public/install/index.php +++ b/public/install/index.php @@ -53,9 +53,6 @@ $cardheader = '
'; if (!isset($_GET['step'])) { - if (!file_exists('../../.env')) { - echo run_console('cp .env.example .env'); - } echo $cardheader; ?>

This installer will lead you through the most crucial Steps of Controlpanel.gg`s setup