diff options
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/download/file.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/download/file.php b/phpBB/download/file.php index f7cf0d09e2..32b5f87950 100644 --- a/phpBB/download/file.php +++ b/phpBB/download/file.php @@ -376,7 +376,7 @@ function send_avatar_to_browser($file, $browser) } else { - header('HTTP/1.0 404 not found'); + header('HTTP/1.0 404 Not Found'); } } |