aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/www-security.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/www-security.php b/www/www-security.php
index 47e9a9e..2f5f30b 100644
--- a/www/www-security.php
+++ b/www/www-security.php
@@ -44,5 +44,6 @@ if ($pageRequiresLogin >= $GLOBALS['phorkie']['auth']['secure']) {
// 1 / 2 / true = return
// 1 / 2 / false = block
+$_SESSION['REQUEST_URI'] = $_SERVER['REQUEST_URI'];
require 'forbidden.php';
?>