tbrehm
2009-08-05 b36d50e4a4087c4740e81680190b7dcab92665a6
Fixed bug in firewall.
1 files modified
4 ■■■■ changed files
server/plugins-available/firewall_plugin.inc.php 4 ●●●● patch | view | raw | blame | history
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);