]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
updated the default BASE_URL 2/head
authorLord255 <redacted>
Wed, 11 Jan 2023 15:52:15 +0000 (16:52 +0100)
committerGitHub <redacted>
Wed, 11 Jan 2023 15:52:15 +0000 (16:52 +0100)
according to the readme the default BASE_URL should be /unrealircd-webpanel/

config.php.sample

index 0095a3866192fcf68e2461e0ab9bffce37aecd09..7d8c8f1c966d680eeb5d194b9e1a9e1bbe5abd02 100644 (file)
@@ -14,7 +14,7 @@
  * or something like '/webpanel/' if you go to http://x.y.z/webpanel
  * IMPORTANT: needs a trailing slash!
 */
-define( 'BASE_URL', '/' );
+define( 'BASE_URL', '/unrealircd-webpanel/' );
 
 /**
  *  The RPC User name as defined in your unrealircd.conf