aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_blocked.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_blocked.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_blocked.php')
-rw-r--r--config/snort/snort_blocked.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/snort/snort_blocked.php b/config/snort/snort_blocked.php
index d2b53386..858a51c2 100644
--- a/config/snort/snort_blocked.php
+++ b/config/snort/snort_blocked.php
@@ -186,7 +186,7 @@ if ($pconfig['brefresh'] == 'on')
echo "<meta http-equiv=\"refresh\" content=\"60;url=/snort/snort_blocked.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>';}?>
<?php if ($savemsg) print_info_box($savemsg); ?>
<table width="99%" border="0" cellpadding="0" cellspacing="0">
@@ -329,7 +329,6 @@ if ($pconfig['brefresh'] == 'on')
</td>
</tr>
</table>
-</div>
<?php
include("fend.inc");
?>