diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2011-05-30 15:27:50 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2011-05-30 15:27:50 -0400 |
commit | a3d58a12bf8a153c490f6946e796fb79a2e6957e (patch) | |
tree | 9aea50143e8a082acadc599086584a928ffa3f1e /usr/local | |
parent | 2ba7d6f8effafed4a4eb40bbf68a363ce0f4817a (diff) | |
download | pfsense-a3d58a12bf8a153c490f6946e796fb79a2e6957e.zip pfsense-a3d58a12bf8a153c490f6946e796fb79a2e6957e.tar.gz |
Use aon plugin
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/firewall_nat_out_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_out_edit.php b/usr/local/www/firewall_nat_out_edit.php index 9456206..72bc556 100755 --- a/usr/local/www/firewall_nat_out_edit.php +++ b/usr/local/www/firewall_nat_out_edit.php @@ -641,7 +641,7 @@ any)");?></td> </tr> <?php // Allow extending of the firewall edit page and include custom input validation - pfSense_handle_custom_code("/usr/local/pkg/firewall_rules/htmlphplate"); + pfSense_handle_custom_code("/usr/local/pkg/firewall_aon/htmlphplate"); ?> <tr> <td width="22%" valign="top"> </td> |