icingaweb2/modules/monitoring/run.php

13 lines
187 B
PHP
Raw Normal View History

<?php
/*
* run.php
*
* This file runs every request to register runtime functionality
*
*/
2014-02-12 09:58:59 +01:00
$this->registerHook(
'TopBar',
'Icinga\\Module\\Monitoring\\Web\\Hook\\TopBar'
);