summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorstilez <stilez@users.noreply.github.com>2016-12-28 22:51:57 +0000
committerGitHub <noreply@github.com>2016-12-28 22:51:57 +0000
commit43a0cf73f2c2f951b9a1c5e777551de1b82c25f2 (patch)
treedf45872fdf9a4965720b8f46dcd4c04a4cbadd4c /src/usr/local/www/firewall_rules_edit.php
parent86554b5aecb1d219e2f72c97b14de8b5fef495aa (diff)
downloadpfsense-43a0cf73f2c2f951b9a1c5e777551de1b82c25f2.zip
pfsense-43a0cf73f2c2f951b9a1c5e777551de1b82c25f2.tar.gz
Put back "any" in same place it came from in dropdown
Diffstat (limited to 'src/usr/local/www/firewall_rules_edit.php')
-rw-r--r--src/usr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_rules_edit.php b/src/usr/local/www/firewall_rules_edit.php
index 6de6e69..86ba555 100644
--- a/src/usr/local/www/firewall_rules_edit.php
+++ b/src/usr/local/www/firewall_rules_edit.php
@@ -1265,7 +1265,6 @@ $section->addInput(new Form_Select(
'tcp' => 'TCP',
'udp' => 'UDP',
'tcp/udp' => 'TCP/UDP',
- 'any' => gettext('any'),
'icmp' => 'ICMP',
'esp' => 'ESP',
'ah' => 'AH',
@@ -1275,6 +1274,7 @@ $section->addInput(new Form_Select(
'pim' => 'PIM',
'ospf' => 'OSPF',
'sctp' => 'SCTP',
+ 'any' => gettext('any'),
'carp' => 'CARP',
'pfsync' => 'PFSYNC',
)
OpenPOWER on IntegriCloud