]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - server-bans/name-bans.php
Make $pages[] not have a string value in the end but an array with ["url"=>...]
[irc/unrealircd/unrealircd-webpanel.git] / server-bans / name-bans.php
index 302e14d9e28ce4488b71ea021ae6165070533fb1..75ef9861ef24eeafc76c348d3cf53e83d4a6b934 100644 (file)
@@ -1,7 +1,7 @@
 <?php
-require_once "../common.php";
-
-require_once "../header.php";
+require_once "../inc/common.php";
+require_once "../inc/connection.php";
+require_once "../inc/header.php";
 
 if (!empty($_POST))
 {
@@ -202,4 +202,4 @@ You can also forbid the use of channel names. This is useful in such cases where
        </div>
        </div></form></div></div>
 
-<?php require_once '../footer.php'; ?>
\ No newline at end of file
+<?php require_once '../inc/footer.php'; ?>
\ No newline at end of file