Преглед на файлове

Move .env.example to functions.php

Jens преди 2 години
родител
ревизия
8ff3f04c0b
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      public/install/index.php

+ 0 - 3
public/install/index.php

@@ -53,9 +53,6 @@ $cardheader = '
         <div class="card-body bg-light">';
 
 if (!isset($_GET['step'])) {
-    if (!file_exists('../../.env')) {
-        echo run_console('cp .env.example .env');
-    }
     echo $cardheader; ?>
     <p class="login-box-msg">This installer will lead you through the most crucial Steps of Controlpanel.gg`s
         setup</p>