From 5a59c76293d11996a22fa8bfa394a7191bdaab07 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 16 Jun 2021 07:56:53 +0200 Subject: [PATCH] configuration.php: Don't require asset files from module `ipl` --- configuration.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configuration.php b/configuration.php index 6b96963f..631e648e 100644 --- a/configuration.php +++ b/configuration.php @@ -349,13 +349,6 @@ namespace Icinga\Module\Icingadb 'url' => 'command-transport' ]); - try { - // TODO: Remove this before the stable release!!!1!11 - $this->requireCssFile('*', 'ipl'); - } catch (Exception $_) { - // Ignored - } - $cssDirectory = $this->getCssDir(); $cssFiles = new RecursiveIteratorIterator(new RecursiveDirectoryIterator( $cssDirectory,