summaryrefslogtreecommitdiffstats
path: root/openssh-welcome-html.lsp
blob: f5394c56d22fd3d189fceba08f1cf6a7cc3f855d (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 %>