diff --git a/Who.template.php b/Who.template.php
index 8a179a1..377f9d2 100644
--- a/Who.template.php
+++ b/Who.template.php
@@ -17,6 +17,16 @@ function template_main()
{
global $context, $settings, $scripturl, $txt;
+ // Only admins and moderators are allowed to see the list of online members.
+ if (
+ ! $context['user']['is_admin'] &&
+ ! $context['user']['is_mod']
+ ) {
+ echo '
+
Vous n’êtes pas autorisé à accéder à la liste des membres actuellement en ligne.
'; + return; + } + // Display the table header and linktree. echo '