From 3f612c2af56bf5e6c4d10d8b60e2b58a5cb5e16b Mon Sep 17 00:00:00 2001 From: zhujinyong Date: Fri, 11 Jan 2013 06:12:13 +0000 Subject: [PATCH] - remove '/'. --- lib/api/api.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api/api.class.php b/lib/api/api.class.php index ec65209b85..e992d5ecb1 100755 --- a/lib/api/api.class.php +++ b/lib/api/api.class.php @@ -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;