]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - index.php
Separate Server Bans tab
[irc/unrealircd/unrealircd-webpanel.git] / index.php
index ef7c0d604d06c73725e8af8fd246c03d8b8c7104..28d71c011b40a4d2b879f16d37630dbf7f5b0fc6 100644 (file)
--- a/index.php
+++ b/index.php
   <a data-tab-target="#News" href="#News">News</a>
 </div> 
 <?php
+require_once "misc/strings.php";
 define('UPATH', dirname(__FILE__));
+
+define('RELATIVE_PATH', get_relative_path(UPATH));
 require_once "config.php";
 require_once UPATH . '/vendor/autoload.php';
 require_once "connection.php";