From e3c7fa06894982836e0df732fec284f08a21e3c8 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Wed, 10 Nov 2010 08:09:52 +0000 Subject: [PATCH] * change the demo site. --- bin/getbugs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/getbugs.php b/bin/getbugs.php index ab318cdf34..bd368514af 100755 --- a/bin/getbugs.php +++ b/bin/getbugs.php @@ -4,7 +4,7 @@ include dirname(dirname(__FILE__)) . '/lib/snoopy/snoopy.class.php'; /* 用来登录的地址,用户名和密码。*/ -$zentaoRoot = "http://demo.ZenTaoPMS.com/"; // 请根据实际的情况进行修改。 +$zentaoRoot = "http://demo.zentao.net/"; // 请根据实际的情况进行修改。 $account = "demo"; $password = "123456"; $requestType = 'PATH_INFO'; // 可选值: GET|PATH_INFO。