X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/9a674833f60a33a50523d957c94944182a7ffbcd..6210ec482efa44e152fb8bc61d4dd8f529687cb9:/settings/index.php diff --git a/settings/index.php b/settings/index.php index 001120a..16f33d6 100644 --- a/settings/index.php +++ b/settings/index.php @@ -9,7 +9,7 @@ do_log($_POST); ?> -

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_auth/login.php"); die(); } $msg = ($deleted = 1) ? "Message::Success" : "Message::Fail"; @@ -65,8 +65,6 @@ $userlist = []; Hook::run(HOOKTYPE_GET_USER_LIST, $userlist); ?> -
-
Panel Access
Click on a username to view more information.

@@ -146,7 +144,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";