summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-03-30 09:43:17 +0000
committerTed Trask <ttrask01@yahoo.com>2011-03-30 09:43:17 +0000
commite0546a22903816954c87e8e834554c949c3affe2 (patch)
tree3139ca4c2f80f53d91539ffd56a078dcb763ab63
parent1e1900bdd6b3e440c675d4ffb19460509e6128f8 (diff)
downloadacf-dnscache-e0546a22903816954c87e8e834554c949c3affe2.tar.bz2
acf-dnscache-e0546a22903816954c87e8e834554c949c3affe2.tar.xz
Modified for acf-core-0.13.0
-rw-r--r--dnscache-config-html.lsp6
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 %>