]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/wireless.cgi
wireless.cgi: Use new system methods
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / wireless.cgi
index 19f666b1f6d482bf27a083cf3ea5f8555bc8a025..35bdaaa6052895995887fbc58b092edb06f6883f 100644 (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)