1
0

Add new variable to make serendipity be deaf, mute and blind. Have fun, absynth :)

This commit is contained in:
Garvin Hicking
2006-10-24 22:03:19 +00:00
parent 7962992a26
commit 03886b49bc
3 changed files with 15 additions and 8 deletions

View File

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