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