summaryrefslogtreecommitdiffstats
path: root/openssh-welcome-html.lsp
blob: e194aec99547b2b17dec279c2d0b43a94581c682 (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("connectedpeers") then
	viewlibrary.dispatch_component("status")
end %>

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