Skip to content

Commit 20d55f2

Browse files
authored
Include host as part of redirect
1 parent 34e613c commit 20d55f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/templates/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// header also needs to handle POST data. So this header does the PRG redirect
1616
// for all pages.
1717
unset($_POST); // unset ensures that header must not come before POST handling
18-
UnitySite::redirect($_SERVER['REQUEST_URI']);
18+
UnitySite::redirect($CONFIG["site"]["prefix"] . $_SERVER['REQUEST_URI']);
1919
}
2020

2121
if (isset($SSO)) {

0 commit comments

Comments
 (0)