diff options
author | thompsa <andy@fud.org.nz> | 2010-01-28 14:07:12 +1300 |
---|---|---|
committer | thompsa <andy@fud.org.nz> | 2010-01-28 14:07:12 +1300 |
commit | b8c30ea0cec402c9709013d4415d5dbda3e19890 (patch) | |
tree | 8e2f59d9f13d703b5ed60a08a7cbb1b01799ba85 /config/snort-dev/snort_alerts.php | |
parent | 28cccf205ca421bf49560ebd698b1227b311ee93 (diff) | |
download | pfsense-packages-b8c30ea0cec402c9709013d4415d5dbda3e19890.tar.gz pfsense-packages-b8c30ea0cec402c9709013d4415d5dbda3e19890.tar.bz2 pfsense-packages-b8c30ea0cec402c9709013d4415d5dbda3e19890.zip |
Fix version and page title.
Diffstat (limited to 'config/snort-dev/snort_alerts.php')
-rw-r--r-- | config/snort-dev/snort_alerts.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/snort-dev/snort_alerts.php b/config/snort-dev/snort_alerts.php index bbfd214c..5b7323db 100644 --- a/config/snort-dev/snort_alerts.php +++ b/config/snort-dev/snort_alerts.php @@ -318,7 +318,6 @@ if ($pconfig['arefresh'] == 'on' || $pconfig['arefresh'] == '') echo "<meta http-equiv=\"refresh\" content=\"60;url=/snort/snort_alerts.php\" />\n"; } ?> -<p class="pgtitle"><?=$pgtitle?></p> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td> <?php @@ -623,4 +622,4 @@ if (is_array($alerts_array)) </script> </body> -</html>
\ No newline at end of file +</html> |