mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Added in the HTTP headers to tell proxy severs (and other caches) to disabled caching documents.
This commit is contained in:
parent
8258b7f785
commit
8a084c4e4f
@ -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 *
|
||||
\**************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user