Jens 2 gadi atpakaļ
vecāks
revīzija
6dac81e809
1 mainītis faili ar 1 papildinājumiem un 4 dzēšanām
  1. 1 4
      public/install/index.php

+ 1 - 4
public/install/index.php

@@ -67,9 +67,6 @@ function cardStart($title, $subtitle = null)
 
 
     // Getting started
     // Getting started
     if (!isset($_GET['step']) || $_GET['step'] == 1) {
     if (!isset($_GET['step']) || $_GET['step'] == 1) {
-        if (!file_exists('../../.env')) {
-            echo run_console('cp .env.example .env');
-        };
     ?>
     ?>
         <?php echo cardStart($title = "Mandatory Checks before Installation", $subtitle = "This installer will lead you through the most crucial Steps of Controlpanel.gg's setup"); ?>
         <?php echo cardStart($title = "Mandatory Checks before Installation", $subtitle = "This installer will lead you through the most crucial Steps of Controlpanel.gg's setup"); ?>
 
 
@@ -438,4 +435,4 @@ function cardStart($title, $subtitle = null)
         ?>
         ?>
 </body>
 </body>
 
 
-</html>
+</html>