Enabled CacheControl by default

This commit is contained in:
Garvin Hicking 2007-04-10 09:20:21 +00:00
parent e4a93ebfdc
commit d58a8c5b6e
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@
Version 1.2 ()
------------------------------------------------------------------------
* Enabled setting cache-control headers by default.
* Fix wrong next/previous page links when using wrapper.php indexFile
option. (garvinhicking)

View File

@ -97,7 +97,7 @@ if (!isset($serendipity['useHTTP-Auth'])) {
}
if (!isset($serendipity['CacheControl'])) {
$serendipity['CacheControl'] = false;
$serendipity['CacheControl'] = true;
}
if (!isset($serendipity['expose_s9y'])) {