Files
panel/front/index.php
2026-01-10 19:10:48 +01:00

21 lines
671 B
PHP

<?php
/*
_____ _____ _ _
/ ____| / ____| | | | |
_ __ ___ ___| (___ ___ _ ____ _| | ___ _ __ | |_ _ __ ___ | |
| '_ ` _ \ / __|\___ \ / _ \ '__\ \ / / | / _ \| '_ \| __| '__/ _ \| |
| | | | | | (__ ____) | __/ | \ V /| |___| (_) | | | | |_| | | (_) | |
|_| |_| |_|\___|_____/ \___|_| \_/ \_____\___/|_| |_|\__|_| \___/|_|
* By RootMarc
*/
require "main.php";
$mcServ = new mgServ();
if (!$mcServ->checkConf()) {
header("Location: /setup.html");
exit;
}