Redirection

This commit is contained in:
Ryan
2025-03-24 16:36:32 -04:00
committed by GitHub
parent b72356b657
commit 6426f4b924

View File

@@ -32,7 +32,6 @@ if (isset($_COOKIE['remember_me_token'])) {
$_SESSION = []; $_SESSION = [];
session_destroy(); session_destroy();
header('Content-Type: application/json'); header("Location: index.html");
echo json_encode(["success" => "Logged out"]);
exit; exit;
?> ?>