X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/709b97f3b90d912cb85f532180d6715f93b2ffae..452b8eada34a0857aee8b5ea2a1dcb0a550626d3:/index.php?ds=sidebyside diff --git a/index.php b/index.php index 9108bcf..aa0a7d0 100644 --- a/index.php +++ b/index.php @@ -1,41 +1,376 @@ - -
- Overview - Users - Channels - Server Bans - Spamfilter -
-

UnrealIRCd

-
-
-

IRC Overview Panel

- - - - - - - - -
Users".count(RPC_List::$user)."
Opers".RPC_List::$opercount."
Services".RPC_List::$services_count."
Most popular channel".RPC_List::$most_populated_channel." (".RPC_List::$channel_pop_count." users)
Channels".count(RPC_List::$channel)."
Server bans".count(RPC_List::$tkl)."
Spamfilter entries".count(RPC_List::$spamfilter)."
"; +require_once "inc/common.php"; +require_once "Classes/class-checkup.php"; +if (!isset($config['unrealircd'])) +{ + $redirect = get_config("base_url")."settings/rpc-servers.php"; + header('Location: ' . $redirect); + die; +} + +require_once "inc/header.php"; + +?> +
+

Network Overview

+ LIVE + +
+user_meta['hibp'])) +{ + $num = $current_user->user_meta['hibp']; + Message::Fail("
Urgent
","Your password was found in a data breach $num time(s).", + "Please update your password immediately"); +} ?> + +
+ +
+ + + + +
+
+
+ +
+ + + + +
+
+ + + +
+ +
+ + +
+
+