X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=htconfig.php;h=de7674c9ae3fe066abd2a2041415b9d878a9bd94;hb=a71365d5665fd3ed51ea9bd44b9a4571e6d3ad69;hp=872572654a705cec36d5f39d43353d4f7fd64209;hpb=dd33599a1d59445c185cbca58cd1fed9636b3cce;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;