mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Move early call up a bit
This commit is contained in:
parent
40b8379682
commit
35843e59c8
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user