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
committerRenato Botelho <renato@netgate.com>2016-12-30 09:54:04 -0200
commit3283a412b6281ee77761f99f2cb1a1f438217be9 (patch)
tree71a4406d4949a4f2e3b83b659ce2f6ed6548c11b /src/usr/local/www/firewall_rules_edit.php
parentb66bb3ef023f4024ab7761147ea1f261d8f953b0 (diff)
downloadpfsense-3283a412b6281ee77761f99f2cb1a1f438217be9.zip
pfsense-3283a412b6281ee77761f99f2cb1a1f438217be9.tar.gz
Put back "any" in same place it came from in dropdown
(cherry picked from commit 43a0cf73f2c2f951b9a1c5e777551de1b82c25f2)
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 5caf82f..7a6ceac 100644
--- a/src/usr/local/www/firewall_rules_edit.php
+++ b/src/usr/local/www/firewall_rules_edit.php
@@ -1302,7 +1302,6 @@ $section->addInput(new Form_Select(
'tcp' => 'TCP',
'udp' => 'UDP',
'tcp/udp' => 'TCP/UDP',
- 'any' => gettext('any'),
'icmp' => 'ICMP',
'esp' => 'ESP',
'ah' => 'AH',
@@ -1312,6 +1311,7 @@ $section->addInput(new Form_Select(
'pim' => 'PIM',
'ospf' => 'OSPF',
'sctp' => 'SCTP',
+ 'any' => gettext('any'),
'carp' => 'CARP',
'pfsync' => 'PFSYNC',
)
OpenPOWER on IntegriCloud