]> git.ozlabs.org Git - ccan/blobdiff - web/dispmoduleinfo.php
talloc_link; a replacement for talloc's references.
[ccan] / web / dispmoduleinfo.php
index 9c26f9ea72a9881578fd38d66287ed259f60023c..3906d3cc87257ca4261bfe4960d33c09a976d6c6 100644 (file)
@@ -13,12 +13,12 @@ $row = sqlite3_fetch_array($result);
 <tr align="center" bgcolor="FFFFCC">
 <td width="50%">
        <?php 
-               if(file_exists($tar_dir . $_GET['module']."_dependencies.tar"))
+               if(file_exists($tar_dir . $_GET['module'].".tar"))
                        echo '<a href='. $tar_dir . $_GET['module'] . '.tar>Download</a>';
        ?>
 <td>
        <?php 
-               if(file_exists($tar_dir . $_GET['module']."_dependencies.tar"))
+               if(file_exists($tar_dir . $_GET['module']."_with_deps.tar"))
                        echo '<a href='. $tar_dir . $_GET['module'] . '_with_deps.tar>Download Dependencies</a>';
        ?>
 </td>