summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-10-04 13:18:10 +0545
committerPhil Davis <phil.davis@inf.org>2015-10-04 13:18:10 +0545
commit42d74bad939764acb8715ce74fc2d0485f4b15d1 (patch)
tree0e217ac5143687a09410060bdfb09ac159c24a6b /src/usr/local/www/firewall_rules_edit.php
parent6c287b0ef8189d5d370191e9c80847c2ac07af32 (diff)
downloadpfsense-42d74bad939764acb8715ce74fc2d0485f4b15d1.zip
pfsense-42d74bad939764acb8715ce74fc2d0485f4b15d1.tar.gz
Delete old commented-out code
Diffstat (limited to 'src/usr/local/www/firewall_rules_edit.php')
-rw-r--r--src/usr/local/www/firewall_rules_edit.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_rules_edit.php b/src/usr/local/www/firewall_rules_edit.php
index 6f78b81..f7cfb4b 100644
--- a/src/usr/local/www/firewall_rules_edit.php
+++ b/src/usr/local/www/firewall_rules_edit.php
@@ -1276,7 +1276,6 @@ foreach (['src' => 'Source', 'dst' => 'Destination'] as $type => $name) {
$group->add(new Form_Select(
$type . 'type',
$name .' Type',
-// $type == 'src' ? $pconfig['src']:$pconfig['dst'],
$ruleType,
$ruleValues
));
OpenPOWER on IntegriCloud