summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-07-18 15:12:03 -0400
committerScott Ullrich <sullrich@gmail.com>2011-07-18 15:12:03 -0400
commit35843e59c81366a7d30a44a94c8a135fc6834454 (patch)
tree4c6637501aa0f01671aa3a4f00e2ed881347f172 /usr/local/www/firewall_rules_edit.php
parent40b83796823d293e501de6f6c3b2d044215649e5 (diff)
downloadpfsense-35843e59c81366a7d30a44a94c8a135fc6834454.zip
pfsense-35843e59c81366a7d30a44a94c8a135fc6834454.tar.gz
Move early call up a bit
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 0e61806..34a80d4 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -602,6 +602,9 @@ $closehead = false;
$page_filename = "firewall_rules_edit.php";
include("head.inc");
+// Allow extending of the firewall edit page and include custom input validation
+pfSense_handle_custom_code("/usr/local/pkg/firewall_rules/htmlphpearly");
+
?>
</head>
@@ -617,10 +620,6 @@ include("head.inc");
<tr>
<td colspan="2" valign="top" class="listtopic"><?=gettext("Edit Firewall rule");?></td>
</tr>
-<?php
- // Allow extending of the firewall edit page and include custom input validation
- pfSense_handle_custom_code("/usr/local/pkg/firewall_rules/htmlphpearly");
-?>
<tr>
<td width="22%" valign="top" class="vncellreq"><?=gettext("Action");?></td>
<td width="78%" class="vtable">
OpenPOWER on IntegriCloud