SOURCES: uebimiau-header.patch - newlines aren't for headers

glen glen at pld-linux.org
Mon Jul 17 02:36:21 CEST 2006


Author: glen                         Date: Mon Jul 17 00:36:21 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- newlines aren't for headers

---- Files affected:
SOURCES:
   uebimiau-header.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/uebimiau-header.patch
diff -u SOURCES/uebimiau-header.patch:1.1 SOURCES/uebimiau-header.patch:1.2
--- SOURCES/uebimiau-header.patch:1.1	Sun Jul 16 23:05:03 2006
+++ SOURCES/uebimiau-header.patch	Mon Jul 17 02:36:16 2006
@@ -1,16 +1,15 @@
 diff -burN webmail.orig/inc/inc.php webmail/inc/inc.php
 --- webmail.orig/inc/inc.php	2006-07-16 21:57:53.000000000 +0200
 +++ webmail/inc/inc.php	2006-07-16 22:25:05.000000000 +0200
-@@ -151,9 +151,9 @@
+@@ -151,9 +151,8 @@
  Don't remove the fallowing lines, or you will be problems with browser's cache 
  */
  
 -Header("Expires: Wed, 11 Nov 1998 11:11:11 GMT\r\n".
 -"Cache-Control: no-cache\r\n".
 -"Cache-Control: must-revalidate");
-+header("Expires: Wed, 11 Nov 1998 11:11:11 GMT\r\n");
-+header("Cache-Control: no-cache\r\n");
-+header("Cache-Control: must-revalidate");
++header("Expires: Wed, 11 Nov 1998 11:11:11 GMT");
++header("Cache-Control: no-cache, must-revalidate");
  
  $nocache = "
  <META HTTP-EQUIV=\"Cache-Control\" CONTENT=\"no-cache\">
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/uebimiau-header.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list