mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Use correct print statement for reject reason
This commit is contained in:
@@ -85,7 +85,7 @@ if (&indexof('REJECT', @jumps) >= 0 && &can_jump("REJECT")) {
|
||||
"icmp-port-unreachable", "icmp-proto-unreachable",
|
||||
"icmp-net-prohibited", "icmp-host-prohibited",
|
||||
"echo-reply", "tcp-reset" );
|
||||
priunt &ui_table_row($text{'edit_rwith'},
|
||||
print &ui_table_row($text{'edit_rwith'},
|
||||
&ui_radio("rwithdef", $rwith eq "" ? 1 : 0,
|
||||
[ [ 1, $text{'default'} ],
|
||||
[ 0, &text('edit_rwithtype',
|
||||
|
||||
Reference in New Issue
Block a user