added search control to default config and administrator plugin
[squirrelmail.git] / config / config_default.php
index 7c88b136d4df7bd8d0918708e94b04effe85e5e9..9eb27e94d66475e40fd07f7a85a4ff450e94e518 100644 (file)
@@ -554,6 +554,16 @@ $allow_server_sort = false;
  */
 $allow_charset_search = true;
 
+/**
+ * Search functions control
+ *
+ * This option allows you to control the use of advanced search form.
+ * Set to 0 to enable basic search only, 1 to enable advanced search only
+ * or 2 to enable both.
+ * @global integer $allow_advanced_search
+ */
+$allow_advanced_search = 0;
+
 /**
  * PHP session name.
  *