Change file path

This commit is contained in:
nemunaire 2014-01-20 16:52:44 +01:00
commit ebb0cabf9a
3 changed files with 8 additions and 7 deletions

View file

@ -32,7 +32,7 @@
{if file_exists($file['path'])}
<tr>
<td>
<a href="/files/{$file['path_orig']}">
<a href="/files/{$file['path_hash']}">
<span class="glyphicon glyphicon-download"></span>
</a>
</td>