Archived
1
0

Enabled CacheControl by default

This commit is contained in:
Garvin Hicking
2007-04-10 09:20:21 +00:00
parent ea9ad95702
commit 0d4b3ce312
2 changed files with 3 additions and 1 deletions
+2
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)
+1 -1
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'])) {