summaryrefslogtreecommitdiffstats
path: root/shorewall-listfiles-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-08-15 11:40:37 +0000
committerTed Trask <ttrask01@yahoo.com>2012-08-15 11:40:37 +0000
commit1c7304ac542c7e4983c4b6a3a515b8df3fe67515 (patch)
treee53f76d1e6354498f6b29b8c880bb943c3129372 /shorewall-listfiles-html.lsp
parentcc4bf7ac97f1fdcc156ebe1f3547e678e8bd7311 (diff)
downloadacf-shorewall-1c7304ac542c7e4983c4b6a3a515b8df3fe67515.tar.bz2
acf-shorewall-1c7304ac542c7e4983c4b6a3a515b8df3fe67515.tar.xz
Removed check function as it is now handled in startstop
Diffstat (limited to 'shorewall-listfiles-html.lsp')
-rw-r--r--shorewall-listfiles-html.lsp6
1 files changed, 1 insertions, 5 deletions
diff --git a/shorewall-listfiles-html.lsp b/shorewall-listfiles-html.lsp
index 20892fa..d079e3b 100644
--- a/shorewall-listfiles-html.lsp
+++ b/shorewall-listfiles-html.lsp
@@ -2,7 +2,7 @@
require("htmlviewfunctions")
%>
-<% htmlviewfunctions.displaycommandresults({"edit", "check"}, session) %>
+<% htmlviewfunctions.displaycommandresults({"edit"}, session) %>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
@@ -26,8 +26,4 @@ end %>
</TR>
<% end %>
</TABLE>
-<form action="<%= html.html_escape(page_info.script .. page_info.prefix .. page_info.controller .. "/check") %>">
-<DT>Check Configuration</DT>
-<DD><input class="submit" type="submit" value="Check"></DD>
-</form>
</DL>