mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
c8d3aa2517
commit
776d06d6ca
@ -150,7 +150,7 @@ class Url
|
||||
: '');
|
||||
$urlObject->setIsExternal();
|
||||
} elseif (
|
||||
(isset($urlParts['host]']) && $urlParts['host'] !== $request->getServer('SERVER_NAME'))
|
||||
(isset($urlParts['host']) && $urlParts['host'] !== $request->getServer('SERVER_NAME'))
|
||||
|| (isset($urlParts['port']) && $urlParts['port'] != $request->getServer('SERVER_PORT'))
|
||||
) {
|
||||
$baseUrl = $urlParts['host'] . (isset($urlParts['port']) ? (':' . $urlParts['port']) : '');
|
||||
|
Loading…
x
Reference in New Issue
Block a user