monitoring: Remove run.php

The monitoring module still registered the obsolete top bar hook.
This commit is contained in:
Eric Lippmann 2014-12-30 10:51:33 +01:00
parent 07ddc3a455
commit a37d68b235
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
$this->registerHook(
'TopBar',
'Icinga\\Module\\Monitoring\\Web\\Hook\\TopBar'
);