* fix zentao root.

This commit is contained in:
zhujinyong
2013-01-11 06:26:54 +00:00
parent 34c001b00c
commit 4476d1d7ac

View File

@@ -9,7 +9,7 @@ include $pmsRoot . '/lib/api/api.class.php';
$domain = $config->default->domain;
unset($config);
$config->zentao->root = "'http://' . $domain . '/'"; // 禅道访问的完整路径包括后面的斜线。比如http://pms.zentao.net/
$config->zentao->root = 'http://' . $domain . '/'; // 禅道访问的完整路径包括后面的斜线。比如http://pms.zentao.net/
$config->zentao->account = ""; // 可以访问禅道的帐号需要有超级model调用接口的访问权限。
$config->zentao->password = ""; // 密码。