|
From: <no...@us...> - 2004-03-10 07:06:44
|
Update of /cvsroot/bugin/bugin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16373 Modified Files: Tag: REL_0_65 index.php Log Message: REL_0_65 Index: index.php =================================================================== RCS file: /cvsroot/bugin/bugin/index.php,v retrieving revision 1.60 retrieving revision 1.60.2.1 diff -C2 -d -r1.60 -r1.60.2.1 *** index.php 9 Mar 2004 18:47:03 -0000 1.60 --- index.php 10 Mar 2004 06:48:59 -0000 1.60.2.1 *************** *** 2,6 **** header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); ! // always modified header ("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 header ("Pragma: no-cache"); // HTTP/1.0 --- 2,6 ---- header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); ! // always modified header ("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 header ("Pragma: no-cache"); // HTTP/1.0 |