Commit f561f19b authored by Franco Fichtner's avatar Franco Fichtner

config: NONONONONO we don't want autocomplete by default

parent 1e26b17e
......@@ -3267,21 +3267,8 @@ function upgrade_105_to_106() {
}
}
function upgrade_106_to_107() {
global $config;
}
function upgrade_107_to_108() {
global $config;
if (isset($config['system']['webgui']['noautocomplete']))
unset($config['system']['webgui']['noautocomplete']);
else
$config['system']['webgui']['loginautocomplete'] = true;
}
function upgrade_108_to_109() {
function upgrade_108_to_109()
{
global $config;
if (!isset($config['filter']['rule']) || !is_array($config['filter']['rule']))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment