aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_alerts.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-07-09 17:15:42 +0000
committerErmal <eri@pfsense.org>2012-07-09 17:15:42 +0000
commit021f53e00b3f8ee5cc6f2cbb73b7a3c7b88b70c0 (patch)
tree596c870822418aaf19b4dd90ef7c580ec7d22100 /config/snort/snort_alerts.php
parent3bdc8734fb15a2f38fd2906a9adc6a2aedf4b5a2 (diff)
downloadpfsense-packages-021f53e00b3f8ee5cc6f2cbb73b7a3c7b88b70c0.tar.gz
pfsense-packages-021f53e00b3f8ee5cc6f2cbb73b7a3c7b88b70c0.tar.bz2
pfsense-packages-021f53e00b3f8ee5cc6f2cbb73b7a3c7b88b70c0.zip
Remove more reference to undefined classes
Diffstat (limited to 'config/snort/snort_alerts.php')
-rw-r--r--config/snort/snort_alerts.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/snort/snort_alerts.php b/config/snort/snort_alerts.php
index 54bb8217..645a3f8d 100644
--- a/config/snort/snort_alerts.php
+++ b/config/snort/snort_alerts.php
@@ -258,7 +258,7 @@ if ($pconfig['arefresh'] == 'on')
echo "<meta http-equiv=\"refresh\" content=\"60;url=/snort/snort_alerts.php\" />\n";
?>
-<div class="body2"><?if($pfsense_stable == 'yes'){echo '<p class="pgtitle">' . $pgtitle . '</p>';}?>
+<?if($pfsense_stable == 'yes'){echo '<p class="pgtitle">' . $pgtitle . '</p>';}?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>
<?php
@@ -518,7 +518,6 @@ if ($pconfig['arefresh'] == 'on')
</table>
</td>
</table>
-</div>
<?php
include("fend.inc");
?>