summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-07-04 10:42:48 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-07-04 10:42:48 -0300
commit079d1952fdd2aeb668f785a804bcedfd6b8115ef (patch)
treeefffcd48b83181127920dd654389bb9750240c37 /usr/local/www/firewall_rules_edit.php
parentd9f33a7f607d11d8884665368a32114184c7e9c9 (diff)
downloadpfsense-079d1952fdd2aeb668f785a804bcedfd6b8115ef.zip
pfsense-079d1952fdd2aeb668f785a804bcedfd6b8115ef.tar.gz
Add a new alias type, URLs containing Ports
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 4105343..c955346 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -1629,7 +1629,7 @@ $has_updated_time = (isset($a_filter[$id]['updated']) && is_array($a_filter[$id]
<?php endif; ?>
var addressarray = <?= json_encode(get_alias_list(array("host", "network", "openvpn", "urltable"))) ?>;
- var customarray = <?= json_encode(get_alias_list("port")) ?>;
+ var customarray = <?= json_encode(get_alias_list(array("port", "url_ports"))) ?>;
var oTextbox1 = new AutoSuggestControl(document.getElementById("src"), new StateSuggestions(addressarray));
var oTextbox2 = new AutoSuggestControl(document.getElementById("srcbeginport_cust"), new StateSuggestions(customarray));
OpenPOWER on IntegriCloud