summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-07-18 18:17:23 -0400
committerScott Ullrich <sullrich@gmail.com>2011-07-18 18:17:23 -0400
commit173d8e756f9ee3c89925bfb2b7ca915ed797759a (patch)
tree443f9df270843ea260324534f64822b886ffe984 /usr/local/www/firewall_aliases.php
parent193716d0764714975d90f56335e4c45ab7540a3d (diff)
downloadpfsense-173d8e756f9ee3c89925bfb2b7ca915ed797759a.zip
pfsense-173d8e756f9ee3c89925bfb2b7ca915ed797759a.tar.gz
Adding hook to pre_table for aliases
Diffstat (limited to 'usr/local/www/firewall_aliases.php')
-rwxr-xr-xusr/local/www/firewall_aliases.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_aliases.php b/usr/local/www/firewall_aliases.php
index 575240c..03d0539 100755
--- a/usr/local/www/firewall_aliases.php
+++ b/usr/local/www/firewall_aliases.php
@@ -159,7 +159,7 @@ include("head.inc");
<?php if (is_subsystem_dirty('aliases')): ?><p>
<?php print_info_box_np(gettext("The alias list has been changed.") . "<br>" . gettext("You must apply the changes in order for them to take effect."));?>
<?php endif; ?>
-
+<?php pfSense_handle_custom_code("/usr/local/pkg/firewall_aliases/pre_table"); ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="tabcont">
<tr>
<td width="25%" class="listhdrr"><?=gettext("Name"); ?></td>
OpenPOWER on IntegriCloud