diff options
author | robiscool <robrob2626@yahoo.com> | 2010-08-18 00:44:25 -0700 |
---|---|---|
committer | robiscool <robrob2626@yahoo.com> | 2010-08-18 00:44:57 -0700 |
commit | 2eb7993da4ebb286b413fd50f2720a735bc4bcf8 (patch) | |
tree | 7b6479ee1a7c9bacccaf421786f9b6ecca32313f /config/snort/snort_rulesets.php | |
parent | def915603f9ae111aea4a647dc88b254685b864a (diff) | |
download | pfsense-packages-2eb7993da4ebb286b413fd50f2720a735bc4bcf8.tar.gz pfsense-packages-2eb7993da4ebb286b413fd50f2720a735bc4bcf8.tar.bz2 pfsense-packages-2eb7993da4ebb286b413fd50f2720a735bc4bcf8.zip |
snort, fix home image link, add js_rowhelper from 2.0 upstearm
Diffstat (limited to 'config/snort/snort_rulesets.php')
-rw-r--r-- | config/snort/snort_rulesets.php | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/config/snort/snort_rulesets.php b/config/snort/snort_rulesets.php index f872fffb..29e4b51a 100644 --- a/config/snort/snort_rulesets.php +++ b/config/snort/snort_rulesets.php @@ -190,6 +190,9 @@ include("/usr/local/pkg/snort/snort_head.inc"); echo "{$snort_general_css}\n"; ?> +<!-- hack to fix the hardcoed fbegin link in header --> +<div id="header-left2"><a href="../index.php" id="status-link2"><img src="./images/transparent.gif" border="0"></img></a></div> + <div class="body2"> <noscript><div class="alert" ALIGN=CENTER><img src="../themes/nervecenter/images/icons/icon_alert.gif"/><strong>Please enable JavaScript to view this content</CENTER></div></noscript> @@ -250,7 +253,7 @@ echo '</div>' . "\n"; </tr> <tr> <td> - <div id="mainarea"> + <div id="mainarea2"> <table id="maintable" class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> @@ -310,7 +313,13 @@ echo '</div>' . "\n"; </div> -<?php include("fend.inc"); ?> +<?php + +include("fend.inc"); + +echo $snort_custom_rnd_box; + +?> </body> </html> |