debugging
This commit is contained in:
@@ -3,5 +3,6 @@ $_SESSION = [];
|
||||
session_destroy();
|
||||
|
||||
//header("Location: ../../index.php");
|
||||
echo "Test";
|
||||
echo $_SESSION["csrf_token"] ?? "";
|
||||
echo $SESSION["user_email"] ?? "";
|
||||
exit();
|
||||
Reference in New Issue
Block a user