From 8475f580d8bafb43f9c06ebac52d52e6713c51ca Mon Sep 17 00:00:00 2001
From: Scott Ullrich
Date: Mon, 9 Feb 2009 16:26:43 -0500
Subject: Only output pgtitle once on 2.0
---
config/snort/snort_alerts.php | 5 ++++-
config/snort/snort_blocked.php | 5 ++++-
config/snort/snort_download_rules.php | 5 ++++-
config/snort/snort_rules.php | 5 ++++-
config/snort/snort_rules_edit.php | 5 ++++-
config/snort/snort_rulesets.php | 5 ++++-
6 files changed, 24 insertions(+), 6 deletions(-)
(limited to 'config/snort')
diff --git a/config/snort/snort_alerts.php b/config/snort/snort_alerts.php
index 70b53656..9604d64c 100644
--- a/config/snort/snort_alerts.php
+++ b/config/snort/snort_alerts.php
@@ -57,7 +57,10 @@ include("head.inc");
-=$pgtitle?>
+=$pgtitle?>
";
+?>
- =$pgtitle?>
+=$pgtitle?>";
+?>
|