X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot_cfg.php.dist;h=f002aebc14984c334d25fe31fc56222305cc153e;hp=3583560ff57be4883441f6c4b7f1bcd58b1759de;hb=c3342635f7c4d0408648ffbb31e4041d93ee4888;hpb=8ab8f2cd84b981d1ae7272a05cd087a5f4924149 diff --git a/phpfspot_cfg.php.dist b/phpfspot_cfg.php.dist index 3583560..f002aeb 100644 --- a/phpfspot_cfg.php.dist +++ b/phpfspot_cfg.php.dist @@ -89,6 +89,11 @@ class PHPFSPOT_CFG { */ var $use_lightbox = true; + /* Use Ajax Auto Completion for tag search. Maybe, if you have a slow + connectivity for the server, it's a good idea to turn it off. + */ + var $use_autocomplete = true; + /* logging = display || errorlog || logfile */ var $logging = "display";