Enabled CacheControl by default
This commit is contained in:
parent
e4a93ebfdc
commit
d58a8c5b6e
@ -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)
|
||||
|
||||
|
@ -97,7 +97,7 @@ if (!isset($serendipity['useHTTP-Auth'])) {
|
||||
}
|
||||
|
||||
if (!isset($serendipity['CacheControl'])) {
|
||||
$serendipity['CacheControl'] = false;
|
||||
$serendipity['CacheControl'] = true;
|
||||
}
|
||||
|
||||
if (!isset($serendipity['expose_s9y'])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user