wireless.cgi: Use new system methods

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2021-05-20 17:45:30 +02:00
committed by Michael Tremer
parent 90d81a4b8a
commit 4abd5cd00e

View File

@@ -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)