]> git.ozlabs.org Git - ccan/blobdiff - web/dispmoduleinfo.php
update dispmoduleinfo.php
[ccan] / web / dispmoduleinfo.php
index b0aba20e0097b4694b92f3992b122ec5523abee6..9c26f9ea72a9881578fd38d66287ed259f60023c 100644 (file)
@@ -19,7 +19,7 @@ $row = sqlite3_fetch_array($result);
 <td>
        <?php 
                if(file_exists($tar_dir . $_GET['module']."_dependencies.tar"))
 <td>
        <?php 
                if(file_exists($tar_dir . $_GET['module']."_dependencies.tar"))
-                       echo '<a href='. $tar_dir . $_GET['module'] . '_dependencies.tar>Download Dependencies</a>';
+                       echo '<a href='. $tar_dir . $_GET['module'] . '_with_deps.tar>Download Dependencies</a>';
        ?>
 </td>
 </tr>
        ?>
 </td>
 </tr>
@@ -54,4 +54,4 @@ function checkerror($status, $msg)
                    exit();
        }
 } 
                    exit();
        }
 } 
-?>
\ No newline at end of file
+?>