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;