Commit fab2dc93 authored by dinesh's avatar dinesh

update dispmoduleinfo.php

parent d7fcf9ff
......@@ -29,9 +29,6 @@ $temprepo = "temprepo/";
//email from
$frommail = "ccan@ozlabs.org";
//email for admins
$ccan_admin = "g.dinesh.cse@gmail.com";
//ccan home
$ccan_home_dir = "ccan/";
......@@ -43,4 +40,4 @@ $bzr_push = 'bzr push /home/dinesh/testwebsite/ ';
//tar home dir
$tar_dir = 'tarball/';
?>
\ No newline at end of file
?>
......@@ -19,7 +19,7 @@ $row = sqlite3_fetch_array($result);
<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>
......@@ -54,4 +54,4 @@ function checkerror($status, $msg)
exit();
}
}
?>
\ No newline at end of file
?>
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