Commit fab2dc93 authored by dinesh's avatar dinesh

update dispmoduleinfo.php

parent d7fcf9ff
...@@ -29,9 +29,6 @@ $temprepo = "temprepo/"; ...@@ -29,9 +29,6 @@ $temprepo = "temprepo/";
//email from //email from
$frommail = "ccan@ozlabs.org"; $frommail = "ccan@ozlabs.org";
//email for admins
$ccan_admin = "g.dinesh.cse@gmail.com";
//ccan home //ccan home
$ccan_home_dir = "ccan/"; $ccan_home_dir = "ccan/";
......
...@@ -19,7 +19,7 @@ $row = sqlite3_fetch_array($result); ...@@ -19,7 +19,7 @@ $row = sqlite3_fetch_array($result);
<td> <td>
<?php <?php
if(file_exists($tar_dir . $_GET['module']."_dependencies.tar")) 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> </td>
</tr> </tr>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment