Finish login

This commit is contained in:
marc-go
2026-02-17 10:01:52 +01:00
parent e2a525964d
commit c82f80fe74
6 changed files with 78 additions and 14 deletions

View File

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