diff options
Diffstat (limited to 'system/403.php')
-rw-r--r-- | system/403.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/403.php b/system/403.php index 08ef44d..46c5198 100644 --- a/system/403.php +++ b/system/403.php @@ -11,6 +11,7 @@ if(!defined('ROOT')) { #=============================================================================== try { $MainTemplate = Template\Factory::build('main'); + $MainTemplate->set('NAME', '403 Forbidden'); $MainTemplate->set('HEAD', [ 'NAME' => '403 Forbidden', 'DESC' => "You don't have permission to access {$_SERVER['REQUEST_URI']} on this server." |