debugging

This commit is contained in:
2026-06-01 23:35:19 +02:00
parent da9ea4f413
commit c6ad0b2a59
+2 -2
View File
@@ -96,13 +96,13 @@ try {
$_SESSION["message"] = "internal_error"; $_SESSION["message"] = "internal_error";
exit(); exit();
} }
/*
if (!$user) { if (!$user) {
$_SESSION = []; $_SESSION = [];
session_destroy(); session_destroy();
header("Location: ../../index.php?pfad=login"); header("Location: ../../index.php?pfad=login");
exit(); exit();
} }*/
?> ?>