mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
parent
35843e59c8
commit
b4b7bda609
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user