X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/d8990050a9613532c92b86ad86bfbc58a9c2e5c9..d79d4545aa7e9baaf04458339e9c6e421aca2bdf:/page.php 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