diff options
Diffstat (limited to 'web/html/index.php')
-rw-r--r-- | web/html/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/index.php b/web/html/index.php index 617b16a..7e04d59 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -52,7 +52,7 @@ while ($row = mysql_fetch_assoc($result)) { print '<tr>'; print '<td class="boxSoft">'; - print '<span class="f4"><span class="blue"><a href="/packages.php?do_Details=1&ID='.intval($row["ID"]).'">'; + print '<span class="f4"><span class="blue"><a href="/packages.php?ID='.intval($row["ID"]).'">'; print $row["Name"]." ".$row["Version"]."</a></span></span>"; print '</td>'; |