Revision b2f54b5e
Added by Scott Ullrich about 14 years ago
usr/local/www/firewall_nat_edit.php | ||
---|---|---|
477 | 477 |
|
478 | 478 |
$iflist = get_configured_interface_with_descr(false, true); |
479 | 479 |
// Allow extending of the firewall edit interfaces |
480 |
pfSense_handle_custom_code("/usr/local/pkg/firewall_rules/pre_interfaces_edit");
|
|
480 |
pfSense_handle_custom_code("/usr/local/pkg/firewall_nat/pre_interfaces_edit");
|
|
481 | 481 |
foreach ($iflist as $if => $ifdesc) |
482 | 482 |
if(have_ruleint_access($if)) |
483 | 483 |
$interfaces[$if] = $ifdesc; |
Also available in: Unified diff
Oops fix hook name