Contents of /trunk/vhcs2/patches/vhcs2-2.4.7.1-php5.patch
Parent Directory | Revision Log
Revision 267 -
(show annotations)
(download)
Mon Jul 16 17:07:58 2007 UTC (17 years, 3 months ago) by niro
File size: 718 byte(s)
Mon Jul 16 17:07:58 2007 UTC (17 years, 3 months ago) by niro
File size: 718 byte(s)
-several fixes for vhcs2-2.4.7.1-r1
1 | diff -Naur vhcs2-2.4.7.1/gui/tools/webmail/inc/inc.php vhcs2-2.4.7.1-magellan/gui/tools/webmail/inc/inc.php |
2 | --- vhcs2-2.4.7.1/gui/tools/webmail/inc/inc.php 2005-12-31 12:01:55.000000000 +0100 |
3 | +++ vhcs2-2.4.7.1-magellan/gui/tools/webmail/inc/inc.php 2007-07-16 17:19:51.000000000 +0200 |
4 | @@ -150,9 +150,9 @@ |
5 | Don't remove the fallowing lines, or you will be problems with browser's cache |
6 | */ |
7 | |
8 | -Header("Expires: Wed, 11 Nov 1998 11:11:11 GMT\r\n". |
9 | -"Cache-Control: no-cache\r\n". |
10 | -"Cache-Control: must-revalidate"); |
11 | +Header("Expires: Wed, 11 Nov 1998 11:11:11 GMT"); |
12 | +Header("Cache-Control: no-cache"); |
13 | +Header("Cache-Control: must-revalidate"); |
14 | |
15 | $nocache = " |
16 | <META HTTP-EQUIV=\"Cache-Control\" CONTENT=\"no-cache\"> |