- remove '/'.

This commit is contained in:
zhujinyong
2013-01-11 06:12:13 +00:00
parent 4565fd0980
commit 3f612c2af5

View File

@@ -50,7 +50,7 @@ class ztclient
*/
private function getRemoteConfig()
{
$url = $this->zentao->root . '/index.php?mode=getconfig';
$url = $this->zentao->root . 'index.php?mode=getconfig';
$this->agent->fetchText($url);
$config = json_decode($this->agent->results);
return $config;