summaryrefslogtreecommitdiffstats
path: root/openssh-welcome-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-04-12 04:08:02 +0000
committerTed Trask <ttrask01@yahoo.com>2014-04-12 04:08:02 +0000
commiteb046ff591c5abe9f2cd1f493ab8756d0abf61cf (patch)
tree4ab164ef446c989131b087d9db258b409b150402 /openssh-welcome-html.lsp
parent0d87bb5527f504012fa877a988f1a3e7591ba584 (diff)
downloadacf-openssh-eb046ff591c5abe9f2cd1f493ab8756d0abf61cf.tar.bz2
acf-openssh-eb046ff591c5abe9f2cd1f493ab8756d0abf61cf.tar.xz
Changes to use new htmlviewfunctions functions and change connectedpeers to return cfe
Diffstat (limited to 'openssh-welcome-html.lsp')
-rw-r--r--openssh-welcome-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssh-welcome-html.lsp b/openssh-welcome-html.lsp
index e194aec..f5394c5 100644
--- a/openssh-welcome-html.lsp
+++ b/openssh-welcome-html.lsp
@@ -1,7 +1,7 @@
<% local data, viewlibrary, page_info, session = ...
%>
-<% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("connectedpeers") then
+<% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("status") then
viewlibrary.dispatch_component("status")
end %>