mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
parent
13827c79e4
commit
2fd1a957a8
@ -428,6 +428,9 @@ class Url
|
|||||||
if ($this->getPort()) {
|
if ($this->getPort()) {
|
||||||
$urlString .= ':' . $this->getPort();
|
$urlString .= ':' . $this->getPort();
|
||||||
}
|
}
|
||||||
|
if ($this->getBasePath()) {
|
||||||
|
$urlString .= $this->getBasePath();
|
||||||
|
}
|
||||||
|
|
||||||
return $urlString;
|
return $urlString;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user