X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/fdc0088faa6bc7498d0e39b2457c2e758b10e6d8..f2c7ac010249e5412059257c9b36b3a4e554c0ff:/index.php diff --git a/index.php b/index.php index 1e966ec..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,13 +230,7 @@ $stats = (object) $array_of_stats;
- - -
+
@@ -250,7 +248,7 @@ $num_of_panel_admins = count($userlist);
-
Panel Users
+
Panel Access