MISP/app/View/Attributes/bro.ctp

6 lines
85 B
PHP

<?php
foreach ($attributes as $attribute) {
echo $attribute;
echo PHP_EOL;
}