1
0

Allow to use Cache-Control

This commit is contained in:
Garvin Hicking
2006-08-30 09:51:59 +00:00
parent 509a065caf
commit dcdf147af1
3 changed files with 16 additions and 0 deletions

View File

@ -87,6 +87,10 @@ if (!isset($serendipity['useHTTP-Auth'])) {
$serendipity['useHTTP-Auth'] = true;
}
if (!isset($serendipity['CacheControl'])) {
$serendipity['CacheControl'] = false;
}
// Should IFRAMEs be used for previewing entries and sending trackbacks?
$serendipity['use_iframe'] = true;