Continue Setup

This commit is contained in:
marc-go
2026-02-05 19:56:52 +01:00
parent 0a0cacac3b
commit d04d005b1b
10 changed files with 90 additions and 25 deletions

View File

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