diff options
Diffstat (limited to 'app/index.php')
-rw-r--r-- | app/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/index.php b/app/index.php index 21f3036..7395c6f 100644 --- a/app/index.php +++ b/app/index.php @@ -119,6 +119,7 @@ function main(array $argv) : void /* page not found */ else { + header("HTTP/1.1 404 Not Found"); require "view/404.php"; } } |