diff options
author | Ted Trask <ttrask01@yahoo.com> | 2011-03-30 14:38:50 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2011-03-30 14:38:50 +0000 |
commit | 85879d3866b136ab26bd7be8e2b78d9a671b24d7 (patch) | |
tree | 1565c896dc0995062c48a8725b942f64519ada4d /squid-config-html.lsp | |
parent | eca5863ed2308932d6e0600dfb0c1580ae140812 (diff) | |
download | acf-squid-85879d3866b136ab26bd7be8e2b78d9a671b24d7.tar.bz2 acf-squid-85879d3866b136ab26bd7be8e2b78d9a671b24d7.tar.xz |
Modified for acf-core-0.13.0
Diffstat (limited to 'squid-config-html.lsp')
-rw-r--r-- | squid-config-html.lsp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/squid-config-html.lsp b/squid-config-html.lsp index 3f2c786..750718b 100644 --- a/squid-config-html.lsp +++ b/squid-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 = {"httpports", "accesslog", "diskcache", "authmethod"} displayform(form, order) %> - -<% if viewlibrary and viewlibrary.dispatch_component then - viewlibrary.dispatch_component("startstop") -end %> |