MISP/app/View/Events/text.ctp

5 lines
97 B
PHP
Executable File

<?php
foreach ($attributes as $attribute) {
echo $attribute['Attribute']['value'];
echo "\n";
}