mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Fix for AOL browser issues as well as some IE blank Gzip pages..
git-svn-id: file:///svn/phpbb/trunk@2358 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9b3b9e075b
commit
129beaebc3
1 changed files with 2 additions and 3 deletions
|
@ -478,8 +478,7 @@ else
|
|||
}
|
||||
}
|
||||
|
||||
header ("Cache-Control: no-store, no-cache, must-revalidate");
|
||||
header ("Cache-Control: pre-check=0, post-check=0, max-age=0", false);
|
||||
header ("Cache-Control: no-store, no-cache, must-revalidate, pre-check=0, post-check=0, max-age=0");
|
||||
header ("Pragma: no-cache");
|
||||
header ("Expires: " . gmdate("D, d M Y H:i:s", time()) . " GMT");
|
||||
header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
|
||||
|
|
Loading…
Add table
Reference in a new issue