Fix: WHY
This commit is contained in:
parent
1bb34caaa7
commit
6dac81e809
1 changed files with 1 additions and 4 deletions
|
@ -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');
|
||||
};
|
||||
?>
|
||||
<?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>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue