Issue 6168: "redir" now mostly use OWA
This commit is contained in:
@@ -177,7 +177,7 @@ class CurlResult
|
||||
|
||||
$this->redirectUrl = Network::unparseURL($redirect_parts);
|
||||
|
||||
$this->isRedirectUrl = filter_var($this->redirectUrl, FILTER_VALIDATE_URL) !== false;
|
||||
$this->isRedirectUrl = true;
|
||||
} else {
|
||||
$this->isRedirectUrl = false;
|
||||
}
|
||||
|
||||
@@ -164,7 +164,7 @@ class Probe
|
||||
}
|
||||
}
|
||||
|
||||
self::$baseurl = "http://".$host;
|
||||
self::$baseurl = $host_url;
|
||||
|
||||
Logger::log("Probing successful for ".$host, Logger::DEBUG);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user