X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/9a674833f60a33a50523d957c94944182a7ffbcd..a0ffe9f9be787e6a38c658d970baeb8336b2eec2:/settings/index.php diff --git a/settings/index.php b/settings/index.php index 001120a..a3ca2f2 100644 --- a/settings/index.php +++ b/settings/index.php @@ -1,15 +1,15 @@ -

Panel Settings Overview

+

Panel Accounts

id == $user->id) // if it's the current user { session_destroy(); - header("Location: " . BASE_URL . "plugins/sql_auth/login.php"); + header("Location: " . get_config("base_url") . "plugins/sql_db/login.php"); die(); } $msg = ($deleted = 1) ? "Message::Success" : "Message::Fail"; @@ -60,13 +60,10 @@ if (isset($_POST)) } } } - $userlist = []; Hook::run(HOOKTYPE_GET_USER_LIST, $userlist); ?> -
-
Panel Access
Click on a username to view more information.

@@ -146,7 +143,7 @@ Click on a username to view more information. { echo ""; - echo "id\">$user->username"; + echo "id\">$user->username"; echo "".$user->first_name.""; echo "".$user->last_name.""; echo "email\">$user->email"; @@ -184,4 +181,4 @@ Click on a username to view more information.

+require_once '../inc/footer.php'; ?>