debugging

This commit is contained in:
2026-06-01 23:51:13 +02:00
parent b206e809ac
commit b19f30cca4
2 changed files with 2 additions and 10 deletions
@@ -91,12 +91,4 @@ try {
exit();
}
if (!$user) {
$_SESSION = [];
session_destroy();
header("Location: ../../index.php?pfad=login");
exit();
}
?>