Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
 
$wb["server_id_txt"] = 'Server';
$wb["multiport_txt"] = 'Multi Port';
$wb["singleport_txt"] = 'Single Port';
$wb["protocol_txt"] = 'Protocol';
$wb["table_txt"] = 'Table';
$wb["target_txt"] = 'Target';
$wb["state_txt"] = 'State';
$wb["destination_ip_txt"] = 'Destination Address';
$wb["source_ip_txt"] = 'Source Address';
$wb["active_txt"] = 'Active';
$wb["iptables_error_unique"] = 'There is already a firewall record for this server.';
 
?>