mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-03 20:40:06 -05:00
12 lines
187 B
PHP
12 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'
|
|
);
|