Revision 50cd07ff
Added by Scott Ullrich about 14 years ago
usr/local/www/firewall_rules_edit.php | ||
---|---|---|
595 | 595 |
$page_filename = "firewall_rules_edit.php"; |
596 | 596 |
include("head.inc"); |
597 | 597 |
|
598 |
// Allow extending of the firewall edit page and include custom input validation |
|
599 |
pfSense_handle_custom_code("/usr/local/pkg/firewall_rules/htmlphpearly"); |
|
600 |
|
|
598 | 601 |
?> |
599 | 602 |
|
600 | 603 |
</head> |
... | ... | |
610 | 613 |
<tr> |
611 | 614 |
<td colspan="2" valign="top" class="listtopic"><?=gettext("Edit Firewall rule");?></td> |
612 | 615 |
</tr> |
613 |
<?php |
|
614 |
// Allow extending of the firewall edit page and include custom input validation |
|
615 |
pfSense_handle_custom_code("/usr/local/pkg/firewall_rules/htmlphpearly"); |
|
616 |
?> |
|
617 | 616 |
<tr> |
618 | 617 |
<td width="22%" valign="top" class="vncellreq"><?=gettext("Action");?></td> |
619 | 618 |
<td width="78%" class="vtable"> |
Also available in: Unified diff
Move early call up a bit