Adapt BaseURL calls to new UriInterface
This commit is contained in:
@@ -178,7 +178,7 @@ class Probe
|
||||
*/
|
||||
private static function ownHost(string $host): bool
|
||||
{
|
||||
$own_host = DI::baseUrl()->getHostname();
|
||||
$own_host = DI::baseUrl()->getHost();
|
||||
|
||||
$parts = parse_url($host);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user