hrm - let's try this.

git-svn-id: file:///svn/phpbb/trunk@8242 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof 2007-11-17 22:35:33 +00:00
parent e2e56acca9
commit 559f614db7

View file

@ -68,6 +68,9 @@ if (isset($_GET['avatar']))
if ($last_load !== false && $last_load <= $stamp)
{
header('Not Modified', true, 304);
// seems that we need those too ... browsers
header('Pragma: public');
header('Expires: ' . gmdate('D, d M Y H:i:s \G\M\T', time() + 31536000));
exit();
}
else