mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove errant bracket from character class.
This commit is contained in:
parent
11f674d0e7
commit
2768a9d9fc
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user