summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-05-15 22:38:44 +0000
committerBill Marquette <billm@pfsense.org>2005-05-15 22:38:44 +0000
commit0884ea0ab284e787c370d2880611c106e3626d28 (patch)
tree51fdf6c568cf7839054c57a7ef33f6a3efb4ccf2 /usr/local/www/firewall_rules_edit.php
parent23a8ad04474bfdba690024314ccf2097b8ee754f (diff)
downloadpfsense-0884ea0ab284e787c370d2880611c106e3626d28.zip
pfsense-0884ea0ab284e787c370d2880611c106e3626d28.tar.gz
Remove more duplicate code
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 02e9d05..c916519 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -54,15 +54,6 @@ if (isset($_GET['dup'])) {
$after = $_GET['dup'];
}
-function is_specialnet($net) {
- global $specialsrcdst;
-
- if (in_array($net, $specialsrcdst) || strstr($net, "opt"))
- return true;
- else
- return false;
-}
-
if (isset($id) && $a_filter[$id]) {
$pconfig['interface'] = $a_filter[$id]['interface'];
OpenPOWER on IntegriCloud