show/activity: show hex checksum
This commit is contained in:
parent
92f54dbae2
commit
6e62cbf900
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue