From fab2dc9383aefffce4005744722ecba4e60a45e4 Mon Sep 17 00:00:00 2001 From: dinesh Date: Thu, 14 Aug 2008 13:50:57 +0530 Subject: [PATCH 1/1] update dispmoduleinfo.php --- web/configuration | 5 +---- 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); Download Dependencies'; + echo 'Download Dependencies'; ?> @@ -54,4 +54,4 @@ function checkerror($status, $msg) exit(); } } -?> \ No newline at end of file +?> -- 2.39.2