summaryrefslogtreecommitdiffstats
path: root/postfix-listfiles-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-03-30 14:30:58 +0000
committerTed Trask <ttrask01@yahoo.com>2011-03-30 14:30:58 +0000
commit2b5495514037d3bd9bfe632cfafd0a229d58ff03 (patch)
tree2139f146d20a56f936093aa075c6151f1086715b /postfix-listfiles-html.lsp
parentae3198afbb725fcd21d3572519996b363c809b99 (diff)
downloadacf-postfix-2b5495514037d3bd9bfe632cfafd0a229d58ff03.tar.bz2
acf-postfix-2b5495514037d3bd9bfe632cfafd0a229d58ff03.tar.xz
Modified for acf-core-0.13.0
Diffstat (limited to 'postfix-listfiles-html.lsp')
-rw-r--r--postfix-listfiles-html.lsp6
1 files changed, 1 insertions, 5 deletions
diff --git a/postfix-listfiles-html.lsp b/postfix-listfiles-html.lsp
index 3d17cba..db1764a 100644
--- a/postfix-listfiles-html.lsp
+++ b/postfix-listfiles-html.lsp
@@ -2,7 +2,7 @@
require("viewfunctions")
%>
-<% displaycommandresults({"deletefile", "expert", "startstop", "rebuilddatabases"}, session) %>
+<% displaycommandresults({"deletefile", "expert", "rebuilddatabases"}, session) %>
<% displaycommandresults({"createfile"}, session, true) %>
<% if viewlibrary and viewlibrary.dispatch_component then
@@ -45,7 +45,3 @@ end %>
newfileform.action = page_info.script .. page_info.prefix .. page_info.controller .. "/createfile"
displayform(newfileform)
end %>
-
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("startstop")
-end %>