From fb6044f7ff16abef7547ac46cad3e3769fbb3007 Mon Sep 17 00:00:00 2001 From: seek3r Date: Tue, 18 Dec 2001 18:11:39 +0000 Subject: [PATCH] Just changing the default caching setting --- header.inc.php.template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/header.inc.php.template b/header.inc.php.template index 5b415f4499..41eacec381 100644 --- a/header.inc.php.template +++ b/header.inc.php.template @@ -73,10 +73,10 @@ ); */ - /* If you do not want phpGroupWare to be cached by proxy servers, uncomment the following */ - /* This is recommended, but not required. */ - /* header('Cache-Control: no-cache, must-revalidate'); // HTTP/1.1 */ - /* header('Pragma: no-cache'); // HTTP/1.0 */ + /* If you want phpGroupWare to be cached by proxy servers, uncomment the following */ + /* This is NOT recommended, but phpGroupWare should still work fine. */ + header('Cache-Control: no-cache, must-revalidate'); // HTTP/1.1 + header('Pragma: no-cache'); // HTTP/1.0 /**************************************************************************\ * Do not edit these lines *