summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-07-23 18:02:08 -0400
committerScott Ullrich <sullrich@gmail.com>2011-07-23 18:02:19 -0400
commit3a71f473f77f676f58e9caabf894175c79147194 (patch)
tree6e0f255d7420709f1b69bac798f2274b1804f0e4 /usr/local
parentb5556bbf028f6f8fd82e3cfe73f449539398f8f3 (diff)
downloadpfsense-3a71f473f77f676f58e9caabf894175c79147194.zip
pfsense-3a71f473f77f676f58e9caabf894175c79147194.tar.gz
Adding pre_id_tablerow hook
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/firewall_rules.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index f85e547..a7e7496 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -501,6 +501,7 @@ if($_REQUEST['undodrag']) {
$advanced_set = "<img src=\"./themes/{$g['theme']}/images/icons/icon_advanced.gif\" title=\"" . gettext("advanced settings set") . ": {$isadvset}\" border=\"0\">";
else
$advanced_set = ""
+ pfSense_handle_custom_code("/usr/local/pkg/firewall_rules/pre_id_tablerow");
?>
<tr valign="top" id="fr<?=$nrules;?>">
<td class="listt">
OpenPOWER on IntegriCloud