1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-25 20:45:16 +02:00
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9460 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2009-04-17 15:18:03 +00:00
parent ac9e147289
commit 556b177e9c

View File

@ -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');
}
}