diff options
author | Michael <icarus@dabo.de> | 2012-05-26 12:06:19 +0200 |
---|---|---|
committer | Michael <icarus@dabo.de> | 2012-05-26 12:06:19 +0200 |
commit | 817fc37f41c030381507384db581f62d9a1b5044 (patch) | |
tree | c152def3537eb41e933e8ad537085af6abeb91cd /htconfig.php | |
parent | 7b3c02057db47a627b56bdd79f1055ea7f876617 (diff) | |
parent | a5dc41ab131d4235eb947ff00d7af0593bf0e460 (diff) | |
download | volse-hubzilla-817fc37f41c030381507384db581f62d9a1b5044.tar.gz volse-hubzilla-817fc37f41c030381507384db581f62d9a1b5044.tar.bz2 volse-hubzilla-817fc37f41c030381507384db581f62d9a1b5044.zip |
Merge branch 'master' of github.com:annando/friendica
Conflicts:
mod/network.php
Diffstat (limited to 'htconfig.php')
-rw-r--r-- | htconfig.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/htconfig.php b/htconfig.php index 872572654..2c5658be4 100644 --- a/htconfig.php +++ b/htconfig.php @@ -88,3 +88,6 @@ $a->config['system']['itemcache'] = ""; // If enabled, the lockpath is used for a lockfile to check if the poller is running $a->config['system']['lockpath'] = ""; + +// If enabled, the MyBB fulltext engine is used +$a->config['system']['use_fulltext_engine'] = true; |