X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/6a69016b8fcb74f31c133425812fa885968261ec..09d27318fca191b0ac6a1b0866395065f609b7e3:/page.php diff --git a/page.php b/page.php index dc7f012..4120a01 100644 --- a/page.php +++ b/page.php @@ -16,12 +16,14 @@ function getoutput($blocks = []) # custom error handling +define('DOCROOT', getcwd().'/'); + function fail($error) { http_response_code(500); include_once 'page.inc.php'; ob_start(); - require_once './500.html'; + require_once DOCROOT.'500.html'; print getoutput(['debug' => $error]); } @@ -66,6 +68,7 @@ while (TRUE) { @require_once './403.html'; exit; } + $PageAccess = $Page; } if (file_exists("$Page.php")) { @@ -102,7 +105,7 @@ print "\n\n"; # execute dynamic code if ($Page) { - $found |= @require "./$Page.php"; + $found |= require "./$Page.php"; } # global html