Commit:    7fca241b7861ff00f76d0499c3454d8d5b1821b7
Author:    Hannes Magnusson <[email protected]>         Wed, 4 Dec 2013 
14:11:06 -0800
Parents:   3821012af323b217abbfb46c2a20d7ed6b64f5cf
Branches:  master

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

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