diff options
author | andi <andi@splitbrain.org> | 2005-03-04 19:47:55 +0100 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-03-04 19:47:55 +0100 |
commit | 6ba61cb15efe2327eaa6cb1b6a985209e028418a (patch) | |
tree | a0a95bdaf4f543daf97cd0501d23d7f103e76bc1 /conf | |
parent | ad15db82c169247243e799f8c16eaef89e6138d1 (diff) | |
download | rpg-6ba61cb15efe2327eaa6cb1b6a985209e028418a.tar.gz rpg-6ba61cb15efe2327eaa6cb1b6a985209e028418a.tar.bz2 |
relnofollow added #181
darcs-hash:20050304184755-9977f-9dccfd8e8330b18c179298f2b0f09819cc5fb913.gz
Diffstat (limited to 'conf')
-rw-r--r-- | conf/dokuwiki.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index c82a7f6f3..2204e7c05 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -39,6 +39,8 @@ $conf['deaccent'] = 1; //convert accented chars to unaccented /* Antispam Features */ $conf['usewordblock']= 1; //block spam based on words? 0|1 +$conf['indexdelay'] = 60*60*24*5; //allow indexing after this time (seconds) default is 5 days +$conf['relnofollow'] = 1; //use rel="nofollow" for external links? $conf['mailguard'] = 'hex'; //obfuscate email addresses against spam harvesters? //valid entries are: // 'visible' - replace @ with [at], . with [dot] and - with [dash] |