版本升级系统修复
This commit is contained in:
parent
ea6d096f17
commit
c6ac0cba25
@ -27,6 +27,7 @@ class Index extends AdminController
|
|||||||
parent::initialize();
|
parent::initialize();
|
||||||
|
|
||||||
$this->sys_version = Config::get('taoler.version');
|
$this->sys_version = Config::get('taoler.version');
|
||||||
|
$this->pn = Config::get('taoler.appname');
|
||||||
$this->sys = $this->getSystem();
|
$this->sys = $this->getSystem();
|
||||||
$this->domain = $this->getHttpUrl($this->sys['domain']);
|
$this->domain = $this->getHttpUrl($this->sys['domain']);
|
||||||
$this->api = $this->sys['api_url'];
|
$this->api = $this->sys['api_url'];
|
||||||
@ -57,7 +58,7 @@ class Index extends AdminController
|
|||||||
public function home()
|
public function home()
|
||||||
{
|
{
|
||||||
//版本检测
|
//版本检测
|
||||||
$url = $this->sys['upcheck_url'].'?ver='.$this->sys_version;
|
$url = $this->sys['upcheck_url'].'?pn='.$this->pn.'&ver='.$this->sys_version;
|
||||||
$versions = Api::urlGet($url);
|
$versions = Api::urlGet($url);
|
||||||
if($versions->code == 1){
|
if($versions->code == 1){
|
||||||
if($versions->up_num > 0){
|
if($versions->up_num > 0){
|
||||||
|
Loading…
Reference in New Issue
Block a user