summaryrefslogtreecommitdiffstats
path: root/snort-status-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-01-10 16:39:57 +0000
committerMika Havela <mika.havela@gmail.com>2008-01-10 16:39:57 +0000
commit97670cf962c481a59779150ae1503fe0aa73a73b (patch)
tree8d2fdd6d3259490acf1097f68f93c548efe4743f /snort-status-html.lsp
parent4a3a5327082b8c284bd5a95cc691778140adb47d (diff)
downloadacf-snort-97670cf962c481a59779150ae1503fe0aa73a73b.tar.bz2
acf-snort-97670cf962c481a59779150ae1503fe0aa73a73b.tar.xz
Small changes on the status-page
git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@545 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'snort-status-html.lsp')
-rw-r--r--snort-status-html.lsp4
1 files changed, 1 insertions, 3 deletions
diff --git a/snort-status-html.lsp b/snort-status-html.lsp
index 8a04f76..66d00c1 100644
--- a/snort-status-html.lsp
+++ b/snort-status-html.lsp
@@ -2,15 +2,13 @@
<h1>SYSTEM INFO</h1>
-<h2>SYSTEM INFO</h2>
-
<dt>Program status</dt>
<dd><? if (view.status.enabled) then io.write('Enabled') else io.write('Disabled') end ?></dd>
<dt>Program version</dt>
<dd><?= view.status.version ?></dd>
-<H3>PROGRAM SPECIFIC OPTIONS/INFORMATION</H3>
+<H2>PROGRAM SPECIFIC OPTIONS/INFORMATION</H2>
<dt>Counted alerts</dt>
<dd><?= view.alerts ?> alert(s)</dd>