]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - settings/index.php
Move some PHP files from ./ to ./inc: common, connection, header, footer
[irc/unrealircd/unrealircd-webpanel.git] / settings / index.php
index c501ab2cfbef0baf6770b75f9080d71e2d468638..3798fea2b88e5bccb219d982ed609481631f1959 100644 (file)
@@ -1,15 +1,15 @@
 <?php
 $conn = NULL;
 
-require_once "../common.php";
-require_once "../header.php";
+require_once "../inc/common.php";
+require_once "../inc/header.php";
 do_log($_POST);
 
 
 
 
 ?>
-<h4>Panel Settings Overview</h4>
+<h4>Panel Accounts</h4>
 
 <?php
 
@@ -60,13 +60,10 @@ if (isset($_POST))
                }
        }
 }
-
 $userlist = [];
 Hook::run(HOOKTYPE_GET_USER_LIST, $userlist);
 
 ?>
-<br>
-<h5>Panel Access</h5>
 Click on a username to view more information.
 <br><br>
 <div id="Users">
@@ -184,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'; ?>