X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/0b163f47368067c5fb13d2e4c0eadcd5039e7d26..f599de67ca1bee0516a2b720bfc4268d59e3223b:/config.php.sample diff --git a/config.php.sample b/config.php.sample index 96a5314..7d8c8f1 100644 --- a/config.php.sample +++ b/config.php.sample @@ -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', '/unrealircd-webpanel/' ); /** * The RPC User name as defined in your unrealircd.conf