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