From 20d55f26094f2b96c767f69ffa5d6d8927052856 Mon Sep 17 00:00:00 2001 From: bryank-cs Date: Mon, 14 Jul 2025 12:53:55 -0400 Subject: [PATCH] Include host as part of redirect --- resources/templates/header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/templates/header.php b/resources/templates/header.php index 4fce1044..24c1c2a4 100644 --- a/resources/templates/header.php +++ b/resources/templates/header.php @@ -15,7 +15,7 @@ // header also needs to handle POST data. So this header does the PRG redirect // for all pages. unset($_POST); // unset ensures that header must not come before POST handling - UnitySite::redirect($_SERVER['REQUEST_URI']); + UnitySite::redirect($CONFIG["site"]["prefix"] . $_SERVER['REQUEST_URI']); } if (isset($SSO)) {