From 677746341403edf159381e5da0751e9ccc525c59 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 2 Jan 2007 10:21:39 +0000 Subject: - Patch #104693 by ChrisKennedy: pragma dates back from previous protocal. --- includes/bootstrap.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'includes') 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"); } /** -- cgit v1.2.3