summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 %>