From 8a084c4e4ffab9f3cb7e139d90a1b8840f88c6c9 Mon Sep 17 00:00:00 2001 From: jengo Date: Tue, 12 Dec 2000 17:16:19 +0000 Subject: [PATCH] Added in the HTTP headers to tell proxy severs (and other caches) to disabled caching documents. --- header.inc.php.template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/header.inc.php.template b/header.inc.php.template index 7b95402981..2be37fa28a 100644 --- a/header.inc.php.template +++ b/header.inc.php.template @@ -69,6 +69,12 @@ "config_passwd" => "changeme" ); */ + + /* 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 + /**************************************************************************\ * Do not edit these lines * \**************************************************************************/