summaryrefslogtreecommitdiffstats
path: root/samba-listfiles-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'samba-listfiles-html.lsp')
-rw-r--r--samba-listfiles-html.lsp6
1 files changed, 1 insertions, 5 deletions
diff --git a/samba-listfiles-html.lsp b/samba-listfiles-html.lsp
index a4373fc..42887ac 100644
--- a/samba-listfiles-html.lsp
+++ b/samba-listfiles-html.lsp
@@ -2,7 +2,7 @@
require("viewfunctions")
%>
-<% displaycommandresults({"expert", "startstop"}, session) %>
+<% displaycommandresults({"expert"}, session) %>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
@@ -26,7 +26,3 @@ end %>
</TR>
<% end %>
</TABLE></DL>
-
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("startstop")
-end %>