Skip to content

Commit 19cd0a0

Browse files
committed
skip final slash
1 parent d3c278d commit 19cd0a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/profile/storage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
$wac = new WAC($filesystem);
3838

39-
$baseUrl = $_SERVER['REQUEST_SCHEME'] . "://" . $_SERVER['SERVER_NAME'] . "/";
39+
$baseUrl = $_SERVER['REQUEST_SCHEME'] . "://" . $_SERVER['SERVER_NAME'];
4040

4141
$resourceServer->setBaseUrl($baseUrl);
4242
$wac->setBaseUrl($baseUrl);

0 commit comments

Comments
 (0)