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