mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
firewall: undefined key warning
This commit is contained in:
parent
889420b652
commit
92cd0745e1
@ -35,6 +35,6 @@ require_once("interfaces.inc");
|
||||
|
||||
exit_on_bootup();
|
||||
|
||||
$event_arg = count($argv) >= 1 ? $argv[1] : '';
|
||||
$event_arg = count($argv) > 1 ? $argv[1] : '';
|
||||
|
||||
filter_configure_sync(true, $event_arg != 'skip_alias');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user