- Patch #104693 by ChrisKennedy: pragma dates back from previous protocal.

5.x
Dries Buytaert 2007-01-02 10:21:39 +00:00
parent 8bd5340561
commit 6777463414
1 changed files with 0 additions and 1 deletions

View File

@ -489,7 +489,6 @@ function drupal_page_header() {
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", FALSE); header("Cache-Control: post-check=0, pre-check=0", FALSE);
header("Pragma: no-cache");
} }
/** /**