configuration.php: Don't require asset files from module ipl

This commit is contained in:
Johannes Meyer 2021-06-16 07:56:53 +02:00
parent 9f72fcdf66
commit 5a59c76293

View file

@ -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,