]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - server-bans/ban-exceptions.php
Move some PHP files from ./ to ./inc: common, connection, header, footer
[irc/unrealircd/unrealircd-webpanel.git] / server-bans / ban-exceptions.php
index 13b5e4c7eb9dbb4a7e3e1d65aa0ebde66be79c29..34596d2eb5eeaf2c9d0a90b92e487514032e7fc8 100644 (file)
@@ -1,7 +1,7 @@
 <?php
-require_once "../common.php";
-require_once "../connection.php";
-require_once "../header.php";
+require_once "../inc/common.php";
+require_once "../inc/connection.php";
+require_once "../inc/header.php";
 require_once "../misc/ban-exceptions-misc.php";
 if (!empty($_POST))
 {
@@ -231,4 +231,4 @@ Here is where you can make an exception to bans, that is, to make it so that the
        </div>
        </div></form></div></div>
 
-<?php require_once '../footer.php'; ?>
+<?php require_once '../inc/footer.php'; ?>