Commit:    46da2fd23b3444c892088768b9d5b8d466fa3403
Author:    Hannes Magnusson <[email protected]>         Wed, 4 Dec 2013 
14:11:06 -0800
Parents:   a311563a7438c7e94fc163d99b8f399f7d7459aa
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=46da2fd23b3444c892088768b9d5b8d466fa3403

Log:
We want this to be cached now!

Changed paths:
  M  include/header.inc


Diff:
diff --git a/include/header.inc b/include/header.inc
index f8d39bf..dfb0aea 100755
--- a/include/header.inc
+++ b/include/header.inc
@@ -1,9 +1,5 @@
 <?php
 /* $Id$ */
-header("Expires: Thu, 19 Nov 1981 08:52:00 GMT");
-header("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, 
pre-check=0");
-header("Pragma: no-cache");
-
 $cssfiles = array(200 => "theme-base.css", "theme-medium.css");
 if (isset($config['css'])) {
     $cssfiles += (array) $config['css'];


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to