X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/c06c1713af2db485d55a91073bbc5b63b6aa8c0b..a0ffe9f9be787e6a38c658d970baeb8336b2eec2:/settings/index.php diff --git a/settings/index.php b/settings/index.php index 3798fea..a3ca2f2 100644 --- a/settings/index.php +++ b/settings/index.php @@ -27,7 +27,7 @@ if (isset($_POST)) if ($us->id == $user->id) // if it's the current user { session_destroy(); - header("Location: " . get_config("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";