Issue 6168: "redir" now mostly use OWA

This commit is contained in:
Michael 2018-12-04 07:12:55 +00:00
parent 89f5a9c550
commit 491fc5f78a
6 changed files with 34 additions and 10 deletions

View file

@ -164,7 +164,7 @@ class Probe
}
}
self::$baseurl = "http://".$host;
self::$baseurl = $host_url;
Logger::log("Probing successful for ".$host, Logger::DEBUG);