summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-01-02 10:21:39 +0000
committerDries Buytaert <dries@buytaert.net>2007-01-02 10:21:39 +0000
commit677746341403edf159381e5da0751e9ccc525c59 (patch)
tree414d6c4de46bd0b6dadf385224cc21be22d5a693
parent8bd5340561aa5f190f48c2b2499461dd114b3e32 (diff)
downloadbrdo-677746341403edf159381e5da0751e9ccc525c59.tar.gz
brdo-677746341403edf159381e5da0751e9ccc525c59.tar.bz2
- Patch #104693 by ChrisKennedy: pragma dates back from previous protocal.
-rw-r--r--includes/bootstrap.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 9cb9eb73c..572fa2447 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -489,7 +489,6 @@ function drupal_page_header() {
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", FALSE);
- header("Pragma: no-cache");
}
/**