Remove unneeded function
This commit is contained in:
parent
55e169db49
commit
98a905a4c2
|
@ -475,14 +475,4 @@ class HTTPRequest implements IHTTPRequest
|
||||||
DB_UPDATE_VERSION . '; ' .
|
DB_UPDATE_VERSION . '; ' .
|
||||||
$this->baseUrl;
|
$this->baseUrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
private function redirectBlocked(string $url = null)
|
|
||||||
{
|
|
||||||
$hosts = $this->config->get('system', 'no_redirect_hosts');
|
|
||||||
if (empty($hosts)) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
$hostlist = explode(',', $hosts);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue