summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2011-03-02 14:35:23 +0200
committerTimo Teräs <timo.teras@iki.fi>2011-03-02 14:35:23 +0200
commitf5ef986f91b64d2c6d2a226864b1098d0247a2db (patch)
treed1b7be4ab2186d375c7266213852eb46e03d74f0
parentdb2bc4c2bfecf7af6cec1cee640124ee56ee46b7 (diff)
downloadacf-dnsmasq-f5ef986f91b64d2c6d2a226864b1098d0247a2db.tar.bz2
acf-dnsmasq-f5ef986f91b64d2c6d2a226864b1098d0247a2db.tar.xz
config: remove control-panel
it's now in status page.
-rw-r--r--dnsmasq-config-html.lsp10
1 files changed, 0 insertions, 10 deletions
diff --git a/dnsmasq-config-html.lsp b/dnsmasq-config-html.lsp
index d7fb32f..34d21ce 100644
--- a/dnsmasq-config-html.lsp
+++ b/dnsmasq-config-html.lsp
@@ -2,12 +2,6 @@
require("viewfunctions")
%>
-<% displaycommandresults({"startstop"}, session) %>
-
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("status")
-end %>
-
<H1>Config</H1>
<%
form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
@@ -45,7 +39,3 @@ end %>
displayformend(form)
%>
</DL>
-
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("startstop")
-end %>