]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - settings/index.php
Settings - RPC Servers: Don't re-order list on edit.
[irc/unrealircd/unrealircd-webpanel.git] / settings / index.php
index 3798fea2b88e5bccb219d982ed609481631f1959..a3ca2f2cd3a0669b4b0077614c2ccca503b9757f 100644 (file)
@@ -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";