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
|
// 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"); ?>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue