diff options
| -rw-r--r-- | www/forbidden.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/forbidden.php b/www/forbidden.php index 6c44099..f55c4ba 100644 --- a/www/forbidden.php +++ b/www/forbidden.php @@ -4,6 +4,7 @@ namespace phorkie; * Show an access denied error */ +header('HTTP/1.0 403 Forbidden'); render( 'forbidden', array( |
