Skip to content

Commit 7b4daf0

Browse files
author
thom
committed
Use ' instead of "
1 parent 30eed2e commit 7b4daf0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
2-
$wb["server_id_txt"] = 'Server';
3-
$wb["tcp_port_txt"] = 'Open TCP ports';
4-
$wb["udp_port_txt"] = 'Open UDP ports';
5-
$wb["tcp_port_help_txt"] = 'Separated by comma';
6-
$wb["udp_port_help_txt"] = 'Separated by comma';
7-
$wb["active_txt"] = 'Active';
8-
$wb["firewall_error_unique"] = 'There is already a firewall record for this server.';
9-
$wb["tcp_ports_error_regex"] = 'Character not allowed in TCP port definition. Allowed characters are numbers, colons (:) and commas.';
10-
$wb["udp_ports_error_regex"] = 'Character not allowed in UDP port definition. Allowed characters are numbers, colons (:) and commas.';
2+
$wb['server_id_txt'] = 'Server';
3+
$wb['tcp_port_txt'] = 'Open TCP ports';
4+
$wb['udp_port_txt'] = 'Open UDP ports';
5+
$wb['tcp_port_help_txt'] = 'Separated by comma';
6+
$wb['udp_port_help_txt'] = 'Separated by comma';
7+
$wb['active_txt'] = 'Active';
8+
$wb['firewall_error_unique'] = 'There is already a firewall record for this server.';
9+
$wb['tcp_ports_error_regex'] = 'Character not allowed in TCP port definition. Allowed characters are numbers, colons (:) and commas.';
10+
$wb['udp_ports_error_regex'] = 'Character not allowed in UDP port definition. Allowed characters are numbers, colons (:) and commas.';
1111
?>

0 commit comments

Comments
 (0)