summaryrefslogtreecommitdiffstats
path: root/dansguardian-general-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'dansguardian-general-html.lsp')
-rw-r--r--dansguardian-general-html.lsp6
1 files changed, 0 insertions, 6 deletions
diff --git a/dansguardian-general-html.lsp b/dansguardian-general-html.lsp
index 8f02f07..3adff09 100644
--- a/dansguardian-general-html.lsp
+++ b/dansguardian-general-html.lsp
@@ -3,8 +3,6 @@ require("viewfunctions")
local form, viewlibrary, page_info, session = ...
%>
-<% displaycommandresults({"startstop"}, session) %>
-
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
end %>
@@ -61,7 +59,3 @@ The author recommends 50 for "young children", 100 for "older children" and 160
<DL>
<% displayformend(form) %>
</DL>
-
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("startstop")
-end %>