From: Mischa POSLAWSKY Date: Sat, 16 Sep 2017 16:08:39 +0000 (+0200) Subject: page: save granted access for admin options X-Git-Tag: v2.2~2 X-Git-Url: http://git.shiar.net/minimedit.git/commitdiff_plain/36e6b2b14101149bf916913029c64d1088d3e381 page: save granted access for admin options Page code will want to show encountered restrictions. --- 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")) {