X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/05f01f6dda9c9a9058df9b1620fe523beb690328..630261974fd350964443aed92704938d4a8bd858:/index.php diff --git a/index.php b/index.php index 6384929..219c143 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
+
-
+ +
@@ -46,7 +61,7 @@ $num_of_panel_admins = count($userlist);
Users Online
- +
@@ -70,7 +85,7 @@ $num_of_panel_admins = count($userlist);
Channels
-
View
+
channels">View
@@ -92,7 +107,7 @@ $num_of_panel_admins = count($userlist);
Opers
-
">View
+
">View
@@ -115,14 +130,14 @@ $num_of_panel_admins = count($userlist);
Servers
-
View
+
servers">View
-
+
@@ -142,7 +157,7 @@ $num_of_panel_admins = count($userlist);
Server Bans
- +
@@ -164,7 +179,7 @@ $num_of_panel_admins = count($userlist);
Spamfilter
-
View
+
spamfilter.php">View
@@ -187,7 +202,7 @@ $num_of_panel_admins = count($userlist);
Server Ban Exceptions
-
View
+
server-bans/ban-exceptions.php">View
@@ -218,7 +233,7 @@ $num_of_panel_admins = count($userlist);
Services Online
-
">View
+
">View
@@ -229,29 +244,56 @@ $num_of_panel_admins = count($userlist); -
+
@@ -269,9 +311,9 @@ $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";