X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=htconfig.php;h=de7674c9ae3fe066abd2a2041415b9d878a9bd94;hb=a71365d5665fd3ed51ea9bd44b9a4571e6d3ad69;hp=872572654a705cec36d5f39d43353d4f7fd64209;hpb=1872cf2b2d14be5c4b8fbc9e2cf61f9fcd9e2f88;p=friendica.git diff --git a/htconfig.php b/htconfig.php index 872572654a..de7674c9ae 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;