diff options
author | Ted Trask <ttrask01@yahoo.com> | 2011-03-30 14:58:24 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2011-03-30 14:58:24 +0000 |
commit | 99e2628d992cfbbc51c309563c0a89a62fecfd09 (patch) | |
tree | 6b4daea87b0a83944ada5764ca8b8f484a2ea0f7 /openntpd-config-html.lsp | |
parent | 1b2b7b43149f9353ace6ce9a344584783d15ad66 (diff) | |
download | acf-openntpd-99e2628d992cfbbc51c309563c0a89a62fecfd09.tar.bz2 acf-openntpd-99e2628d992cfbbc51c309563c0a89a62fecfd09.tar.xz |
Modified for acf-core-0.13.0
Diffstat (limited to 'openntpd-config-html.lsp')
-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 %> |