From 5aeaa9a45dfec054838c3393cc13d870c2ca5f73 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Tue, 27 Apr 2010 14:32:40 +0000 Subject: [PATCH] * change the site. --- module/install/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/install/control.php b/module/install/control.php index 667a0a867f..eb87fdfcdd 100644 --- a/module/install/control.php +++ b/module/install/control.php @@ -39,7 +39,7 @@ class install extends control /* 获得官方网站最新的版本。*/ $snoopy = $this->app->loadClass('snoopy'); - if($snoopy->fetchText('http://www.zentaoms.cn/misc-getlatestrelease.json')) + if($snoopy->fetchText('http://www.zentaoms.com/misc-getlatestrelease.json')) { $result = json_decode($snoopy->results); if(isset($result->release) and $this->config->version != $result->release->version)