This commit is contained in:
2026-02-14 21:30:57 +01:00
parent e12ad0ad7e
commit 6dee5a73f5
13 changed files with 135 additions and 10 deletions

9
front/index.php Normal file → Executable file
View File

@@ -20,8 +20,9 @@ if (!$mcServ->checkConf()) {
}
if (!$mcServ->checkLogin()) {
header("Location: /admin");
exit;
/*header("Location: /login.php");
exit;*/
}else{
echo "true";
}
echo "angemeldet";
}
?>