From 4abd5cd00e3d70b200dfa2bbe2cc72a805c1fecb Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Thu, 20 May 2021 17:45:30 +0200 Subject: [PATCH] wireless.cgi: Use new system methods Signed-off-by: Stefan Schantl --- html/cgi-bin/wireless.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/wireless.cgi b/html/cgi-bin/wireless.cgi index 19f666b1f6..35bdaaa605 100644 --- a/html/cgi-bin/wireless.cgi +++ b/html/cgi-bin/wireless.cgi @@ -277,7 +277,7 @@ my @curhosts = ; 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) -- 2.39.2