mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
wireless.cgi: Use new system methods
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
90d81a4b8a
commit
4abd5cd00e
@@ -277,7 +277,7 @@ my @curhosts = <HOSTFILE>;
|
||||
close (HOSTFILE);
|
||||
|
||||
my $connstate = &Header::connectionstatus();
|
||||
my @arp = `/sbin/arp -n`;
|
||||
my @arp = &General::system_output("/sbin/arp", "-n");
|
||||
shift @arp;
|
||||
|
||||
foreach my $line (@current)
|
||||
|
||||
Reference in New Issue
Block a user