summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2011-03-26 17:07:06 +0100
committerAndreas Gohr <andi@splitbrain.org>2011-03-26 17:07:06 +0100
commit0215870b9842d62210711b7198a3dab0851b0cf4 (patch)
treecd88c4a2d9797254422b70537418970d9ba0ac2a /conf
parent5891862cf7012cf81a76ba0378b67c60f593507a (diff)
parent8c4c7aef443f4c16d78ba8c3ff1e41c7befcb223 (diff)
downloadrpg-0215870b9842d62210711b7198a3dab0851b0cf4.tar.gz
rpg-0215870b9842d62210711b7198a3dab0851b0cf4.tar.bz2
Merge remote branch 'whoopdedo/tokenizer-rewrite'
Diffstat (limited to 'conf')
-rw-r--r--conf/dokuwiki.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index 629e7c0c6..538b9f9da 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -134,8 +134,6 @@ $conf['broken_iua'] = 0; //Platform with broken ignore_user_abor
$conf['xsendfile'] = 0; //Use X-Sendfile (1 = lighttpd, 2 = standard)
$conf['renderer_xhtml'] = 'xhtml'; //renderer to use for main page generation
$conf['rememberme'] = 1; //Enable/disable remember me on login
-$conf['external_tokenizer'] = 0; //Use an external program to split pages into words for indexing
-$conf['tokenizer_cmd'] = '/usr/bin/mecab -O wakati';
//Set target to use when creating links - leave empty for same window
$conf['target']['wiki'] = '';