mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-14 19:50:16 +02:00
5 lines
79 B
PHTML
5 lines
79 B
PHTML
<?php
|
|
foreach ($extensionsHtml as $extensionHtml) {
|
|
echo $extensionHtml;
|
|
}
|