fix download link
This commit is contained in:
parent
d9e33f4c81
commit
6032f63dc8
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ $d = $d*-1;
|
|||
"<th><A HREF=\"list.php?sortby=cmp_size&d=$d\">Size</A></th>".
|
||||
"<th><A HREF=\"list.php?sortby=cmp_description&d=$d\">Description</A></th></tr>";
|
||||
foreach ($a as $item) {
|
||||
echo "<tr><td><A HREF=\"download.php?file=$item->file\">".$item->file."</A>".
|
||||
echo "<tr><td><A HREF=\"/download.php?file=$item->file\">".$item->file."</A>".
|
||||
"</td><td>".$item->date.
|
||||
"</td><td>".$item->size.
|
||||
"</td><td>".$item->description.
|
||||
|
|
Loading…
Reference in a new issue