summaryrefslogtreecommitdiffstats
path: root/shorewall-check-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-03-04 08:49:41 +0000
committerMika Havela <mika.havela@gmail.com>2008-03-04 08:49:41 +0000
commit73433bf9ea9a0f7f56203bafa111821bb47856cf (patch)
tree8961f85a4d8827ad05c6c085daf04f0de998b0a3 /shorewall-check-html.lsp
parent8c41156d76be7332fd34d1ab18a078510745b81a (diff)
downloadacf-shorewall-73433bf9ea9a0f7f56203bafa111821bb47856cf.tar.bz2
acf-shorewall-73433bf9ea9a0f7f56203bafa111821bb47856cf.tar.xz
Added the missing (example)-page. Added functionallity so that the page has live data
git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@799 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'shorewall-check-html.lsp')
-rw-r--r--shorewall-check-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shorewall-check-html.lsp b/shorewall-check-html.lsp
index 8aee254..38d788b 100644
--- a/shorewall-check-html.lsp
+++ b/shorewall-check-html.lsp
@@ -58,7 +58,7 @@ io.write(html.form[form.config.checkresult.type](form.config.checkresult))
<?
local cmdform = form.management
-local tags = { "start", "stop", "restart" }
+local tags = { "restart" }
if (cmdform) and (cmdform[tags[1]]) then
?>
<form name="management" action="" method="POST">