summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-03-30 14:34:53 +0000
committerTed Trask <ttrask01@yahoo.com>2011-03-30 14:34:53 +0000
commit7884979548e52ec6dd17adc0b024a9442a03f4e2 (patch)
tree40e38f13ce5ff07fa94ab8ed3b1fd0138eb5a769
parent8b2e4cc71cc1c0ce5def0bceb9e40cb7275a6fc6 (diff)
downloadacf-chrony-7884979548e52ec6dd17adc0b024a9442a03f4e2.tar.bz2
acf-chrony-7884979548e52ec6dd17adc0b024a9442a03f4e2.tar.xz
Modified for acf-core-0.13.0
-rw-r--r--chrony-config-html.lsp6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrony-config-html.lsp b/chrony-config-html.lsp
index 96d07ee..185596f 100644
--- a/chrony-config-html.lsp
+++ b/chrony-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 %>
local order = { "server", "allow", "driftfile", "keyfile", "commandkey" }
displayform(form, order, nil, page_info)
%>
-
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("startstop")
-end %>