MISP/app/View/Elements/genericElements/IndexTable/Fields/generic_field.ctp

4 lines
66 B
Plaintext
Raw Normal View History

<?php
echo h(Hash::extract($row, $field['data_path'])[0]);
?>