Begin Setup

This commit is contained in:
marc-go
2026-01-24 19:19:59 +01:00
parent c5b149a3d5
commit 0a0cacac3b
4 changed files with 129 additions and 3 deletions

View File

@@ -9,11 +9,10 @@
* By RootMarc
*/
require "main.php";
$mcServ = new mgServ();
$mcServ = new mcServ();
if (!$mcServ->checkConf()) {
header("Location: /setup.html");