mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
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) {
|
||||
|
||||
// Reset the static variable
|
||||
self::$baseurl = '';
|
||||
|
||||
$ssl_url = "https://".$host."/.well-known/host-meta";
|
||||
$url = "http://".$host."/.well-known/host-meta";
|
||||
|
||||
|
|
Loading…
Reference in a new issue