X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/498c78d3ca29998e21a949467c43a784a53f7dd4..7bcd30edb23fcc1872f0a6772ab91b3c9d8b4779:/index.php diff --git a/index.php b/index.php index 9919d35..aa0a7d0 100644 --- a/index.php +++ b/index.php @@ -1,15 +1,23 @@ query("stats.get", []); -?> - -

Network Overview

+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"); +} ?> -
+ +
+ + - - -
-
- -
+
-
-
-
-
-
-
- -
-
-

server_ban->server_ban; ?>

+ - -
-
-
-
-
- -
- - -
-
-
-
-
- -
-
-

server_ban->server_ban_exception; ?>

-
-
-
-
-
-
-
Server Ban Exceptions
-
- -
-
-
-
- server->ulined) { - $bg = "bg-success"; + + +
-
-
-
- @@ -260,4 +373,4 @@ $num_of_panel_admins = count($userlist); Hook::run(HOOKTYPE_OVERVIEW_CARD, $stats); -require_once "footer.php"; +require_once "inc/footer.php";