Just changing the default caching setting

This commit is contained in:
seek3r 2001-12-18 18:11:39 +00:00
parent 6bb54e4059
commit fb6044f7ff

View File

@ -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 *