diff options
-rw-r--r-- | web/configuration | 5 | ||||
-rw-r--r-- | web/dispmoduleinfo.php | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/web/configuration b/web/configuration index d29bed87..fcb38358 100644 --- a/web/configuration +++ b/web/configuration @@ -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 +?> diff --git a/web/dispmoduleinfo.php b/web/dispmoduleinfo.php index b0aba20e..9c26f9ea 100644 --- a/web/dispmoduleinfo.php +++ b/web/dispmoduleinfo.php @@ -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 +?> |