issue111, auto-completion can now be enabled/disabled via config option
[phpfspot.git] / phpfspot_cfg.php.dist
index 3583560ff57be4883441f6c4b7f1bcd58b1759de..f002aebc14984c334d25fe31fc56222305cc153e 100644 (file)
@@ -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";