summaryrefslogtreecommitdiffstats
path: root/samba-join-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'samba-join-html.lsp')
-rw-r--r--samba-join-html.lsp4
1 files changed, 3 insertions, 1 deletions
diff --git a/samba-join-html.lsp b/samba-join-html.lsp
index 81857af..12afb09 100644
--- a/samba-join-html.lsp
+++ b/samba-join-html.lsp
@@ -1,7 +1,9 @@
-<% local form, viewlibrary, page_info = ...
+<% local form, viewlibrary, page_info, session = ...
require("viewfunctions")
%>
+<% displaycommandresults({"startstop"}, session) %>
+
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
end %>