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。