X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/fd4848e4bc329f633c8faf725f9d4faef27ca54c..d5ffb4bb26cc3910c5e4da8de0f6ed8e64a273fa:/index.php diff --git a/index.php b/index.php index 397cf17..aa0a7d0 100644 --- a/index.php +++ b/index.php @@ -1,16 +1,23 @@ 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_exception; ?>

-
-
-
+
-
- - server->ulined) { - $bg = "bg-success"; - $tooltip = "Users / Servers"; - } - else - $bg = "bg-warning"; - ?> -
-
-
- - -
+
-
-
-
- @@ -289,4 +373,4 @@ $num_of_panel_admins = count($userlist); Hook::run(HOOKTYPE_OVERVIEW_CARD, $stats); -require_once "footer.php"; +require_once "inc/footer.php";