We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c278d commit 19cd0a0Copy full SHA for 19cd0a0
1 file changed
www/profile/storage.php
@@ -36,7 +36,7 @@
36
37
$wac = new WAC($filesystem);
38
39
- $baseUrl = $_SERVER['REQUEST_SCHEME'] . "://" . $_SERVER['SERVER_NAME'] . "/";
+ $baseUrl = $_SERVER['REQUEST_SCHEME'] . "://" . $_SERVER['SERVER_NAME'];
40
41
$resourceServer->setBaseUrl($baseUrl);
42
$wac->setBaseUrl($baseUrl);
0 commit comments