]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - html/cgi-bin/wlanap.cgi
firewall: Sort order in which chains are initialized.
[people/teissler/ipfire-2.x.git] / html / cgi-bin / wlanap.cgi
index e18afd6022ea8a856b82a4f4ee0fc6648ea30220..79bd0251bb973ec1e3475ac21ffbf53d1614ef9b 100644 (file)
@@ -521,6 +521,7 @@ if ($status){
        $count++;
 }
 for (my $i=0;$i<$#txpower_cmd;$i=$i+4){
+       next if (@txpower_cmd[$i] =~ /mon/i);
        if ($count % 2){
                $col="bgcolor='$color{'color20'}'";
        }else{