debugging

This commit is contained in:
2026-07-19 15:17:32 +02:00
parent 80f4b623f9
commit 400f018104
+1 -1
View File
@@ -4,5 +4,5 @@ session_destroy();
//header("Location: ../../index.php"); //header("Location: ../../index.php");
echo $_SESSION["csrf_token"] ?? ""; echo $_SESSION["csrf_token"] ?? "";
echo $SESSION["user_email"] ?? ""; echo $_SESSION["user_email"] ?? "";
exit(); exit();