show/activity: show hex checksum

This commit is contained in:
Thomas Gelf 2016-02-24 12:23:17 +01:00
parent 92f54dbae2
commit 6e62cbf900
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@ $url = $this->url()->without('checksum')->without('show');
)
?></td>
</tr>
<tr>
<th><?= $this->translate('Checksum') ?></th>
<td><?= bin2hex($this->entry->checksum) ?></td>
</tr>
</table>
<?php if (! empty($this->output)): ?>
<h1><?= $this->escape($this->title) ?></h1>