-
- Downloads
Stop using SimpleSAML_Configuration::getBaseURL().
Use the recently added SimpleSAML_Configuration::getBasePath() instead. It guarantees the path prepended with a slash, so no need to do that every time when calling the method. As a side effect, we get rid of buggy invocations (calling getBaseUrl() instead of getBaseURL()), and also of old-style convention for the 'baseurlpath' configuration option, allowing a star at the beginning.
Showing
- lib/SimpleSAML/XHTML/IdPDisco.php 1 addition, 1 deletionlib/SimpleSAML/XHTML/IdPDisco.php
- modules/core/www/cleardiscochoices.php 1 addition, 1 deletionmodules/core/www/cleardiscochoices.php
- modules/multiauth/lib/Auth/Source/MultiAuth.php 1 addition, 1 deletionmodules/multiauth/lib/Auth/Source/MultiAuth.php
Loading
Please register or sign in to comment