openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 3091b7111c76c700817ece0ee5b323c84df0dded
parent 86bcb1fa9e538eee26baaed14de12824a60034a7
Author: dankert <devnull@localhost>
Date:   Mon, 12 Oct 2009 20:53:23 +0200

Conditional-GET per default aktivieren.

Diffstat:
Mconfig/cache.ini.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/cache.ini.php b/config/cache.ini.php @@ -2,8 +2,8 @@ ; Conditional-GET enables the "304 not modified" HTTP-Header ; This is much faster, but sometimes caching is unwanted -; if you have caching problems, set this to 'false'. Default: 'false' -conditional_get=false +; if you have caching problems, set this to 'false'. Default: 'true' +conditional_get=true