X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/9e2a2ac021a33268908b8dd3ec1376f6bf8e0041..f2c7ac010249e5412059257c9b36b3a4e554c0ff:/index.php diff --git a/index.php b/index.php index 61fef15..d6ee842 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,6 @@ query("stats.get", []); @@ -18,6 +19,9 @@ Hook::run(HOOKTYPE_PRE_OVERVIEW_CARD, $array_of_stats); */ $stats = (object) $array_of_stats; +$userlist = []; +Hook::run(HOOKTYPE_GET_USER_LIST, $userlist); +$num_of_panel_admins = count($userlist); ?>
@@ -226,7 +230,33 @@ $stats = (object) $array_of_stats;
+
+
+
+
+
+
+
+ +
+
+

+
+
+
+
+
+
+
Panel Access
+
+ +
+
+
+
+
+