From 86885e32ea98ae7fc18c207052e2108f7cdba833 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Sat, 23 Aug 2008 10:14:19 +0000 Subject: Added status information about which peers are currently connected to sshd git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1403 ab2d0c66-481e-0410-8bed-d214d4d58bed --- openssh-welcome-html.lsp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 openssh-welcome-html.lsp (limited to 'openssh-welcome-html.lsp') diff --git a/openssh-welcome-html.lsp b/openssh-welcome-html.lsp new file mode 100644 index 0000000..d627bd6 --- /dev/null +++ b/openssh-welcome-html.lsp @@ -0,0 +1,10 @@ +<% local data, viewlibrary, page_info, session = ... +%> + +<% if viewlibrary and viewlibrary.dispatch_component and session.permissions[page_info.controller].connectedpeers then + viewlibrary.dispatch_component("status") +end %> + +<% if viewlibrary and viewlibrary.dispatch_component and session.permissions[page_info.controller].connectedpeers then + viewlibrary.dispatch_component("connectedpeers") +end %> -- cgit v1.2.3