X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/4cba23263a53a67d8d15f9555ac2b5e369e94244..cd26522ba6ff68c18e1504b022ca92f4d01827be:/index.php?ds=sidebyside diff --git a/index.php b/index.php index ef7c0d6..aa0a7d0 100644 --- a/index.php +++ b/index.php @@ -1,721 +1,376 @@ - -UnrealIRCd Panel - - - -
-

UnrealIRCd Administration Panel

- -
- Overview - Users - Channels - Server Bans - Spamfilter - News -
$value) - { - if (substr($key, 0, 7) == "target_") - $targets[] = str_replace(["target_", "_"], ["", "-"], $key); - } - if (empty($targets)) - Message::Fail("No target was specified"); - - if (!isset($_POST['sf_bantype'])) - Message::Fail("No action was chosen"); +?> +
+

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"); +} +?> + +
+ +
+ + + + +
+
+
+ +
+ + + + +
+
+ + + +
+ +
+ + +
+
+ -
- - -
- - +require_once "inc/footer.php";