Reset the static variable $baseurl

This commit is contained in:
Michael 2017-03-25 10:07:45 +00:00
parent b7242c3fa0
commit 5060300138
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ class Probe {
*/
private function xrd($host) {
// Reset the static variable
self::$baseurl = '';
$ssl_url = "https://".$host."/.well-known/host-meta";
$url = "http://".$host."/.well-known/host-meta";