debugging

This commit is contained in:
2026-07-19 15:16:22 +02:00
parent 6546d264b0
commit 80f4b623f9
+2 -1
View File
@@ -3,5 +3,6 @@ $_SESSION = [];
session_destroy();
//header("Location: ../../index.php");
echo "Test";
echo $_SESSION["csrf_token"] ?? "";
echo $SESSION["user_email"] ?? "";
exit();