summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--application/views/file/file_info.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/application/views/file/file_info.php b/application/views/file/file_info.php
index 0620ac9bd..f704001a2 100644
--- a/application/views/file/file_info.php
+++ b/application/views/file/file_info.php
@@ -26,6 +26,10 @@
<td class="title">Mimetype</td>
<td class="text"><?php echo $filedata["mimetype"]; ?></td>
</tr>
+ <tr>
+ <td class="title">Hash (MD5)</td>
+ <td class="text"><?php echo $filedata["hash"]; ?></td>
+ </tr>
</table>
</div>
<?php endif; ?>