diff options
-rw-r--r-- | openntpd-config-html.lsp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/openntpd-config-html.lsp b/openntpd-config-html.lsp index b837080..8033857 100644 --- a/openntpd-config-html.lsp +++ b/openntpd-config-html.lsp @@ -2,8 +2,6 @@ require("viewfunctions") %> -<% displaycommandresults({"startstop"}, session) %> - <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") end %> @@ -14,7 +12,3 @@ end %> local order = { "setstimeonstartup", "listen", "server", "servers" } displayform(form, order) %> - -<% if viewlibrary and viewlibrary.dispatch_component then - viewlibrary.dispatch_component("startstop") -end %> |