summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-01-05 07:52:01 -0800
committerNOYB <Al_Stu@Frontier.com>2016-01-05 07:52:01 -0800
commit2768a9d9fc72cf9d89a42e7254d9dacea96605ef (patch)
tree537f4ee175c58cf8fe141231eee6c8f20b541d1a
parent11f674d0e74ce004b6e551839a9fe181d6cc6c98 (diff)
downloadpfsense-2768a9d9fc72cf9d89a42e7254d9dacea96605ef.zip
pfsense-2768a9d9fc72cf9d89a42e7254d9dacea96605ef.tar.gz
Remove errant bracket from character class.
-rw-r--r--src/usr/local/www/firewall_nat_out_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_nat_out_edit.php b/src/usr/local/www/firewall_nat_out_edit.php
index d21b769..e4aebde 100644
--- a/src/usr/local/www/firewall_nat_out_edit.php
+++ b/src/usr/local/www/firewall_nat_out_edit.php
@@ -541,7 +541,7 @@ $group->add(new Form_IpAddress(
'destination',
null,
$pconfig['destination'] == "any" ? "":$pconfig['destination']
-))->addMask('destination_subnet', $pconfig['destination_subnet'])->setHelp('Destination network for the outbound NAT mapping.')->setPattern('[[a-zA-Z0-9\_\.\:]+');
+))->addMask('destination_subnet', $pconfig['destination_subnet'])->setHelp('Destination network for the outbound NAT mapping.')->setPattern('[a-zA-Z0-9\_\.\:]+');
$group->add(new Form_Input(
'dstport',
OpenPOWER on IntegriCloud