Reset the static variable $baseurl
This commit is contained in:
parent
b7242c3fa0
commit
5060300138
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ class Probe {
|
||||||
*/
|
*/
|
||||||
private function xrd($host) {
|
private function xrd($host) {
|
||||||
|
|
||||||
|
// Reset the static variable
|
||||||
|
self::$baseurl = '';
|
||||||
|
|
||||||
$ssl_url = "https://".$host."/.well-known/host-meta";
|
$ssl_url = "https://".$host."/.well-known/host-meta";
|
||||||
$url = "http://".$host."/.well-known/host-meta";
|
$url = "http://".$host."/.well-known/host-meta";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue