]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
Merge pull request #2 from Lord255/main
authorValerie Pond <redacted>
Wed, 11 Jan 2023 17:52:31 +0000 (17:52 +0000)
committerGitHub <redacted>
Wed, 11 Jan 2023 17:52:31 +0000 (17:52 +0000)
updated the default BASE_URL

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