diff options
Diffstat (limited to 'lib/SimpleSAML/Utils/HTTP.php')
-rw-r--r-- | lib/SimpleSAML/Utils/HTTP.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SimpleSAML/Utils/HTTP.php b/lib/SimpleSAML/Utils/HTTP.php index 068a8a6..9de34eb 100644 --- a/lib/SimpleSAML/Utils/HTTP.php +++ b/lib/SimpleSAML/Utils/HTTP.php @@ -581,7 +581,7 @@ class HTTP $hostname = self::getServerHost(); $port = self::getServerPort(); - $path = '/'.$globalConfig->getBaseURL(); + $path = $globalConfig->getBasePath(); return $protocol.$hostname.$port.$path; } else { |