diff options
Diffstat (limited to 'config/snort/snort_blocked.php')
-rw-r--r-- | config/snort/snort_blocked.php | 3 |
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"); ?> |