mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-05 21:29:33 -05:00
parent
ee3cdf67a1
commit
15cc3e88e0
2 changed files with 1 additions and 10 deletions
|
|
@ -4,7 +4,7 @@
|
|||
Requirements
|
||||
------------
|
||||
|
||||
* Icinga Web 2 (>= 2.4.1)
|
||||
* Icinga Web 2 (>= 2.5.1)
|
||||
* PHP (>= 5.4 or 7.x)
|
||||
|
||||
The Icinga Web 2 `monitoring` module needs to be configured and enabled.
|
||||
|
|
|
|||
|
|
@ -14,15 +14,6 @@ use Icinga\Web\Url as WebUrl;
|
|||
*/
|
||||
class Url extends WebUrl
|
||||
{
|
||||
public function setBasePath($basePath)
|
||||
{
|
||||
if (property_exists($this, 'basePath')) {
|
||||
parent::setBasePath($basePath);
|
||||
} else {
|
||||
return $this->setBaseUrl($basePath);
|
||||
}
|
||||
}
|
||||
|
||||
protected static function getRequest()
|
||||
{
|
||||
$app = Icinga::app();
|
||||
|
|
|
|||
Loading…
Reference in a new issue