mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
config: NONONONONO we don't want autocomplete by default
This commit is contained in:
parent
1e26b17e20
commit
f561f19b28
@ -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']))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user