diff --git a/public/logout.php b/public/logout.php index 3adf487..5e7e936 100644 --- a/public/logout.php +++ b/public/logout.php @@ -5,5 +5,5 @@ require_once __DIR__ . '/../modules/shared/auth/service.php'; auth_bootstrap_session(); auth_logout(); -header('Location: /'); +header('Location: /index.php'); exit;