mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-06-04 14:22:23 -04:00
configuration.php: Don't require asset files from module ipl
This commit is contained in:
parent
9f72fcdf66
commit
5a59c76293
1 changed files with 0 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue