summaryrefslogtreecommitdiffstats
path: root/openssh-welcome-html.lsp
blob: 46d57d1b23177279fd014dd4727010d92ec5b716 (plain)
1
2
3
4
5
6
7
8
9
10
<% local data, viewlibrary, page_info, session = ...
%>

<% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("status") then
	viewlibrary.dispatch_component("status")
end %>

<% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("connectedpeers") then
	viewlibrary.dispatch_component("connectedpeers")
end %>