X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/d8990050a9613532c92b86ad86bfbc58a9c2e5c9..09d27318fca191b0ac6a1b0866395065f609b7e3:/page.php?ds=sidebyside diff --git a/page.php b/page.php index 02886a7..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")) { @@ -104,7 +105,7 @@ print "\n\n"; # execute dynamic code if ($Page) { - $found |= @require "./$Page.php"; + $found |= require "./$Page.php"; } # global html