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_destroy();
header('Content-Type: application/json');
echo json_encode(["success" => "Logged out"]);
header("Location: index.html");
exit;
?>