diff --git a/public/logout.php b/public/logout.php index 3adf487..12885a1 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: https://erpnaurua.imhochrain.ch/'); exit;