Change file path
This commit is contained in:
parent
4304d7125d
commit
ebb0cabf9a
3 changed files with 8 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Reference in a new issue