Browse Source

update dispmoduleinfo.php

dinesh 17 years ago
parent
commit
fab2dc9383
2 changed files with 3 additions and 6 deletions
  1. 1 4
      web/configuration
  2. 2 2
      web/dispmoduleinfo.php

+ 1 - 4
web/configuration

@@ -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/";
 
 
@@ -43,4 +40,4 @@ $bzr_push = 'bzr push /home/dinesh/testwebsite/ ';
 
 
 //tar home dir
 //tar home dir
 $tar_dir = 'tarball/';
 $tar_dir = 'tarball/';
-?>
+?>

+ 2 - 2
web/dispmoduleinfo.php

@@ -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>
@@ -54,4 +54,4 @@ function checkerror($status, $msg)
 		    exit();
 		    exit();
 	}
 	}
 } 
 } 
-?>
+?>