浏览代码

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>