summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-07-23 22:53:47 -0400
committerScott Ullrich <sullrich@gmail.com>2011-07-23 22:53:47 -0400
commitb733ce0d13dbe30435b80f03f2ac35b4262ca831 (patch)
treec038107a452ba75fc9cf89d59093068f4cb602d1 /usr
parente5c6bd247d3002d660dbb3098baec213bd2e0d65 (diff)
downloadpfsense-b733ce0d13dbe30435b80f03f2ac35b4262ca831.zip
pfsense-b733ce0d13dbe30435b80f03f2ac35b4262ca831.tar.gz
Adding hook for first tr
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_rules.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index 2dda248..da9abd1 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -350,6 +350,9 @@ if($_REQUEST['undodrag']) {
<td>
<div id="mainarea">
<table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
+<?php
+ pfSense_handle_custom_code("/usr/local/pkg/firewall_rules/before_first_tr");
+?>
<tr id="frheader">
<td width="3%" class="list">&nbsp;</td>
<td width="5%" class="list">&nbsp;</td>
OpenPOWER on IntegriCloud