]> git.ozlabs.org Git - ccan/commitdiff
update dispmoduleinfo.php
authordinesh <dinesh@dinesh-laptop>
Thu, 14 Aug 2008 08:20:57 +0000 (13:50 +0530)
committerdinesh <dinesh@dinesh-laptop>
Thu, 14 Aug 2008 08:20:57 +0000 (13:50 +0530)
web/configuration
web/dispmoduleinfo.php

index d29bed87e294e6df753f5a98e8cf65eeb657f4ad..fcb383589d76a88b97b6072c6624e35415732b0c 100644 (file)
@@ -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
+?>
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"))
-                       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
+?>