mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-06 15:50:10 +02:00
13 lines
187 B
PHP
13 lines
187 B
PHP
<?php
|
|
/*
|
|
* run.php
|
|
*
|
|
* This file runs every request to register runtime functionality
|
|
*
|
|
*/
|
|
|
|
$this->registerHook(
|
|
'TopBar',
|
|
'Icinga\\Module\\Monitoring\\Web\\Hook\\TopBar'
|
|
);
|