Revert "Move early call up a bit"

This reverts commit 35843e59c8.
This commit is contained in:
Scott Ullrich 2011-07-18 15:23:41 -04:00
parent 35843e59c8
commit b4b7bda609

View File

@ -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">