diff options
author | Scott Ullrich <sullrich@gmail.com> | 2011-07-23 18:02:08 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@gmail.com> | 2011-07-23 18:02:19 -0400 |
commit | 3a71f473f77f676f58e9caabf894175c79147194 (patch) | |
tree | 6e0f255d7420709f1b69bac798f2274b1804f0e4 /usr/local | |
parent | b5556bbf028f6f8fd82e3cfe73f449539398f8f3 (diff) | |
download | pfsense-3a71f473f77f676f58e9caabf894175c79147194.zip pfsense-3a71f473f77f676f58e9caabf894175c79147194.tar.gz |
Adding pre_id_tablerow hook
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/firewall_rules.php | 1 |
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"> |