From a37d68b235ffefb4f47d2a3c07eef95287062cc7 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 30 Dec 2014 10:51:33 +0100 Subject: [PATCH] monitoring: Remove run.php The monitoring module still registered the obsolete top bar hook. --- modules/monitoring/run.php | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 modules/monitoring/run.php diff --git a/modules/monitoring/run.php b/modules/monitoring/run.php deleted file mode 100644 index 8f4ee1b67..000000000 --- a/modules/monitoring/run.php +++ /dev/null @@ -1,8 +0,0 @@ -registerHook( - 'TopBar', - 'Icinga\\Module\\Monitoring\\Web\\Hook\\TopBar' -);