Added the ability to download minidimps

This commit is contained in:
Latif Khalifa
2013-10-04 23:42:20 +02:00
parent 1000c4d743
commit dc57f4e5ae
4 changed files with 23 additions and 2 deletions

View File

@@ -69,6 +69,10 @@ Layout::header();
<th>Crash Reason</th>
<td><?php echo htmlentities($report->crash_reason . " at " . $report->crash_address . " thread " . $report->crash_thread) ?></td>
</tr>
<tr>
<th>Minidump</th>
<td><a href="download.php/singularity<?php echo (int)$report->id ?>.dmp?report_id=<?php echo (int)$report->id ?>">Download</a></td>
</tr>
</table>