openrat-cms

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

commit 1efd786fdadbf88ddafc78b606658e1ee5e9d721
parent 32c12133505336828c2ec7d590b956f442691d7b
Author: dankert <devnull@localhost>
Date:   Sat, 18 Apr 2009 02:59:30 +0200

Cond-GETs auf FALSE (default) setzen.

Diffstat:
config/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: 'true' -conditional_get=true +; if you have caching problems, set this to 'false'. Default: 'false' +conditional_get=false