mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-02-19 02:34:05 -05:00
8 lines
237 B
PHP
8 lines
237 B
PHP
<?php
|
|
|
|
/** @var \Icinga\Application\Modules\Module $this */
|
|
|
|
require_once $this->getLibDir() . '/vendor/Psr/Loader.php';
|
|
require_once $this->getLibDir() . '/vendor/iplx/Loader.php';
|
|
|
|
$this->provideHook('monitoring/DetailviewExtension');
|