This commit is contained in:
Jens 2023-04-05 15:09:12 +02:00 committed by GitHub
parent 1bb34caaa7
commit 6dac81e809
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>