]> 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 b2e6f22ac4abc49b701bba0a33fc628346dc7f6a..a3ca2f2cd3a0669b4b0077614c2ccca503b9757f 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 $conn = NULL;
 
-require_once "../common.php";
-require_once "../header.php";
+require_once "../inc/common.php";
+require_once "../inc/header.php";
 do_log($_POST);
 
 
@@ -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";
@@ -181,4 +181,4 @@ Click on a username to view more information.
        </div>
        </div></form></div></div><br></div>
 <?php
-require_once '../footer.php'; ?>
+require_once '../inc/footer.php'; ?>