page: save granted access for admin options
[minimedit.git] / page.php
index 5efccbcd06b92d9cad6a80fad6ab996b10d7d7f3..4120a01bd05b4d0a476fe88c5eebbecc51327e90 100644 (file)
--- a/page.php
+++ b/page.php
@@ -68,6 +68,7 @@ while (TRUE) {
                        @require_once './403.html';
                        exit;
                }
+               $PageAccess = $Page;
        }
 
        if (file_exists("$Page.php")) {