mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
system: remove unused $bootup flag in dpinger_configure_do()
This commit is contained in:
parent
d08069699f
commit
2c2a2dbcc2
@ -127,7 +127,7 @@ function dpinger_instances($extended = false)
|
||||
return $instances;
|
||||
}
|
||||
|
||||
function dpinger_configure_do($verbose = false, $gwname = null, $bootup = false)
|
||||
function dpinger_configure_do($verbose = false, $gwname = null)
|
||||
{
|
||||
service_log(sprintf('Setting up gateway monitor%s...', empty($gwname) ? 's' : " {$gwname}"), $verbose);
|
||||
|
||||
|
||||
@ -97,7 +97,7 @@ plugins_configure('dhcp', true);
|
||||
plugins_configure('dns', true);
|
||||
|
||||
filter_configure_sync(true);
|
||||
plugins_configure('monitor', true, [null, true]);
|
||||
plugins_configure('monitor', true);
|
||||
plugins_configure('vpn_map', true);
|
||||
plugins_configure('bootup', true);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user