Revision 800ae412
Added by Jim Pingle over 15 years ago
usr/local/www/firewall_aliases_edit.php | ||
---|---|---|
221 | 221 |
$wrongaliases = ""; |
222 | 222 |
for($x=0; $x<4999; $x++) { |
223 | 223 |
if($_POST["address{$x}"] <> "") { |
224 |
$count = 0;
|
|
224 |
$count = 1;
|
|
225 | 225 |
if ($isfirst > 0) |
226 | 226 |
$address .= " "; |
227 | 227 |
if (is_iprange($_POST["address{$x}"])) { |
Also available in: Unified diff
Fix a slight bug. This would have caused an empty description in some cases.