From 36e6b2b14101149bf916913029c64d1088d3e381 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 16 Sep 2017 18:08:39 +0200 Subject: [PATCH] page: save granted access for admin options Page code will want to show encountered restrictions. --- page.php | 1 + 1 file changed, 1 insertion(+) diff --git a/page.php b/page.php index 5efccbc..4120a01 100644 --- a/page.php +++ b/page.php @@ -68,6 +68,7 @@ while (TRUE) { @require_once './403.html'; exit; } + $PageAccess = $Page; } if (file_exists("$Page.php")) { -- 2.30.0