From 61d3204b346cce9ab1c0668678a2cd77641b80c3 Mon Sep 17 00:00:00 2001 From: hbrain Date: Mon, 25 May 2026 22:39:55 +0200 Subject: [PATCH] Redirect logout to login page --- logout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logout.php b/logout.php index 920bb0b..fe3a4fc 100644 --- a/logout.php +++ b/logout.php @@ -2,5 +2,5 @@ require __DIR__ . '/auth.php'; mvlog_logout(); header('Cache-Control: no-store, no-cache, must-revalidate, max-age=0'); -header('Location: index.php'); +header('Location: login.php'); exit;