X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/ea90b321a4b3768028d841b307c362af97a5e6e1..41aad10cbe0755aee50f597cb2cadd3029de7e1d:/index.php diff --git a/index.php b/index.php index b5009ce..b41cdad 100644 --- a/index.php +++ b/index.php @@ -1,13 +1,23 @@ query("stats.get", []); -?> - -

Network Overview

+require_once "inc/header.php"; +require_once "inc/connection.php"; +$stats = $rpc->stats()->get(); +?> +
+

Network Overview

+⚪LIVE
+
-
+ +
@@ -122,7 +137,7 @@ $num_of_panel_admins = count($userlist);
-
+
@@ -229,29 +244,56 @@ $num_of_panel_admins = count($userlist); -
+
@@ -269,7 +311,7 @@ $num_of_panel_admins = count($userlist);
-
Panel Access
+
Panel Accounts
@@ -282,4 +324,4 @@ $num_of_panel_admins = count($userlist); Hook::run(HOOKTYPE_OVERVIEW_CARD, $stats); -require_once "footer.php"; +require_once "inc/footer.php";