We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e613c commit 20d55f2Copy full SHA for 20d55f2
resources/templates/header.php
@@ -15,7 +15,7 @@
15
// header also needs to handle POST data. So this header does the PRG redirect
16
// for all pages.
17
unset($_POST); // unset ensures that header must not come before POST handling
18
- UnitySite::redirect($_SERVER['REQUEST_URI']);
+ UnitySite::redirect($CONFIG["site"]["prefix"] . $_SERVER['REQUEST_URI']);
19
}
20
21
if (isset($SSO)) {
0 commit comments