summaryrefslogtreecommitdiffstats
path: root/openssh-welcome-html.lsp
diff options
context:
space:
mode:
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 %>