From 6dac81e809d028ff83a43721e4ca7c020a15c567 Mon Sep 17 00:00:00 2001 From: Jens <34610614+AGuyNamedJens@users.noreply.github.com> Date: Wed, 5 Apr 2023 15:09:12 +0200 Subject: [PATCH] Fix: WHY --- public/install/index.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/public/install/index.php b/public/install/index.php index 688054b6..f38c9832 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'); - }; ?> @@ -438,4 +435,4 @@ function cardStart($title, $subtitle = null) ?> - \ No newline at end of file +