tbrehm
2009-10-28 c2f53e76fde1ab534e67a9227d4f0adcde05dfa4
server/plugins-available/firewall_plugin.inc.php
@@ -85,7 +85,7 @@
            } else {
               $p_clean = intval($p);
            }
            if($p_int > 0) $tcp_ports .= $p_clean . ' ';
            $tcp_ports .= $p_clean . ' ';
         }
      }
      $tcp_ports = trim($tcp_ports);
@@ -99,7 +99,7 @@
            } else {
               $p_clean = intval($p);
            }
            if($p_int > 0) $udp_ports .= $p_clean . ' ';
            $udp_ports .= $p_clean . ' ';
         }
      }
      $udp_ports = trim($udp_ports);