diff options
-rw-r--r-- | dnscache-config-html.lsp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dnscache-config-html.lsp b/dnscache-config-html.lsp index 1d80b3d..4b9c75a 100644 --- a/dnscache-config-html.lsp +++ b/dnscache-config-html.lsp @@ -2,8 +2,6 @@ require("viewfunctions") %> -<% displaycommandresults({"startstop"}, session) %> - <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") end %> @@ -13,7 +11,3 @@ end %> form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action displayform(form) %> - -<% if viewlibrary and viewlibrary.dispatch_component then - viewlibrary.dispatch_component("startstop") -end %> |