]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - config.php.sample
Move users stuff in users/ directory. Plus add new REQUIRED CONFIG ITEM,
[irc/unrealircd/unrealircd-webpanel.git] / config.php.sample
index 96a53143caa9c9949d70d1ce32124cbd6d297c48..0095a3866192fcf68e2461e0ab9bffce37aecd09 100644 (file)
@@ -5,10 +5,16 @@
  * 
  */
 
-
  if (!defined('UPATH'))
     die("Access denied");
 
+/**
+ * The base URL, how this panel can be accessed.
+ * This would be '/' if you installed in the web root,
+ * or something like '/webpanel/' if you go to http://x.y.z/webpanel
+ * IMPORTANT: needs a trailing slash!
+*/
+define( 'BASE_URL', '/' );
 
 /**
  *  The RPC User name as defined in your unrealircd.conf