mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Merge branch 'master' into next
This commit is contained in:
@@ -8,6 +8,7 @@ srv/web/ipfire/cgi-bin/ids.cgi
|
||||
srv/web/ipfire/cgi-bin/ovpnmain.cgi
|
||||
srv/web/ipfire/html/include/rrdimage.js
|
||||
usr/bin/suricata-watcher
|
||||
usr/lib/firewall/rules.pl
|
||||
var/ipfire/graphs.pl
|
||||
var/ipfire/header.pl
|
||||
var/ipfire/ids-functions.pl
|
||||
|
||||
@@ -61,7 +61,7 @@ my %cgiparams = ();
|
||||
&Header::getcgihash(\%cgiparams);
|
||||
|
||||
# Find the selected interface
|
||||
my $INTF = &Network::get_intf_by_address($wlanapsettings{'INTERFACE'});
|
||||
my $INTF = &Network::get_intf_by_address($cgiparams{'INTERFACE'});
|
||||
|
||||
delete $wlanapsettings{'__CGI__'};
|
||||
delete $wlanapsettings{'x'};
|
||||
|
||||
Reference in New Issue
Block a user