add option for backend user list

This commit is contained in:
Arne Teuke
2025-02-22 14:07:57 +01:00
parent e469437ff8
commit 9c897b40a1
2 changed files with 2 additions and 1 deletions

View File

@@ -108,7 +108,7 @@ $hy_use_tcplog = true,
$hy_use_httplog = false, $hy_use_httplog = false,
$hy_use_dontlognull = true, $hy_use_dontlognull = true,
$hy_manage_be_users = false, $hy_manage_be_users = false,
$hy_be_userlist = '#', $hy_be_userlist = '####',
) { ) {

View File

@@ -65,6 +65,7 @@ listen stats
stats admin if TRUE # Allow admin actions if logged in stats admin if TRUE # Allow admin actions if logged in
<% if $hy_manage_be_users == true -%> <% if $hy_manage_be_users == true -%>
#
<%= @hy_be_userlist %> <%= @hy_be_userlist %>
<% end -%> <% end -%>