summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-07-18 15:23:41 -0400
committerScott Ullrich <sullrich@gmail.com>2011-07-18 15:23:41 -0400
commitb4b7bda6090cfa4541be2c00a3d7eac5c8abc524 (patch)
tree2ed76e36e8a220d7bdd42e822801a545384456e0 /usr/local/www/firewall_rules_edit.php
parent35843e59c81366a7d30a44a94c8a135fc6834454 (diff)
downloadpfsense-b4b7bda6090cfa4541be2c00a3d7eac5c8abc524.zip
pfsense-b4b7bda6090cfa4541be2c00a3d7eac5c8abc524.tar.gz
Revert "Move early call up a bit"
This reverts commit 35843e59c81366a7d30a44a94c8a135fc6834454.
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 34a80d4..0e61806 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -602,9 +602,6 @@ $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>
@@ -620,6 +617,10 @@ pfSense_handle_custom_code("/usr/local/pkg/firewall_rules/htmlphpearly");
<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