From 93699ed502db3e64701b1c1063c10f36eddc0409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Wed, 17 Jun 2026 13:32:31 +0200 Subject: [PATCH] Fix logout redirect target --- public/logout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;