summaryrefslogtreecommitdiffstats
path: root/squid-listfiles-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-03-30 14:38:50 +0000
committerTed Trask <ttrask01@yahoo.com>2011-03-30 14:38:50 +0000
commit85879d3866b136ab26bd7be8e2b78d9a671b24d7 (patch)
tree1565c896dc0995062c48a8725b942f64519ada4d /squid-listfiles-html.lsp
parenteca5863ed2308932d6e0600dfb0c1580ae140812 (diff)
downloadacf-squid-85879d3866b136ab26bd7be8e2b78d9a671b24d7.tar.bz2
acf-squid-85879d3866b136ab26bd7be8e2b78d9a671b24d7.tar.xz
Modified for acf-core-0.13.0
Diffstat (limited to 'squid-listfiles-html.lsp')
-rw-r--r--squid-listfiles-html.lsp6
1 files changed, 1 insertions, 5 deletions
diff --git a/squid-listfiles-html.lsp b/squid-listfiles-html.lsp
index c28f60d..aff271b 100644
--- a/squid-listfiles-html.lsp
+++ b/squid-listfiles-html.lsp
@@ -2,7 +2,7 @@
require("viewfunctions")
%>
-<% displaycommandresults({"editfile", "deletefile", "startstop"}, session) %>
+<% displaycommandresults({"editfile", "deletefile"}, session) %>
<% displaycommandresults({"createfile"}, session, true) %>
<% if viewlibrary and viewlibrary.dispatch_component then
@@ -39,7 +39,3 @@ end %>
createform.action = page_info.script .. page_info.prefix .. page_info.controller .. "/createfile"
displayform(createform)
end %>
-
-<% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("startstop") then
- viewlibrary.dispatch_component("startstop")
-end %>