summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorTom N Harris <tnharris@whoopdedo.org>2011-03-22 18:40:11 -0400
committerTom N Harris <tnharris@whoopdedo.org>2011-03-22 18:40:11 -0400
commit8c4c7aef443f4c16d78ba8c3ff1e41c7befcb223 (patch)
treef44fe776c814da9e2ffcf1050ca1708038c75e02 /conf
parentb9d8cc1e0b5aa06f2829aa0913283c2aca8a082c (diff)
downloadrpg-8c4c7aef443f4c16d78ba8c3ff1e41c7befcb223.tar.gz
rpg-8c4c7aef443f4c16d78ba8c3ff1e41c7befcb223.tar.bz2
Remove config for external tokenizer
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'] = '';