dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 400f018104 - Show all commits
+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();