SOURCES: uebimiau-header.patch (NEW) - since php 4.4.2 / 5.1.2 onl...

adamg adamg at pld-linux.org
Sun Jul 16 23:05:09 CEST 2006


Author: adamg                        Date: Sun Jul 16 21:05:09 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- since php 4.4.2 / 5.1.2 only on header can be sent at a time

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

---- Diffs:

================================================================
Index: SOURCES/uebimiau-header.patch
diff -u /dev/null SOURCES/uebimiau-header.patch:1.1
--- /dev/null	Sun Jul 16 23:05:09 2006
+++ SOURCES/uebimiau-header.patch	Sun Jul 16 23:05:03 2006
@@ -0,0 +1,16 @@
+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 @@
+ 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");
+ 
+ $nocache = "
+ <META HTTP-EQUIV=\"Cache-Control\" CONTENT=\"no-cache\">
================================================================


More information about the pld-cvs-commit mailing list