Merge branch 'master' of github.com:easysoft/zentaopms

This commit is contained in:
wangyidong
2018-12-21 10:31:59 +08:00
2 changed files with 2 additions and 2 deletions
@@ -112,7 +112,7 @@
<?php echo html::a(helper::createLink('admin', 'downloadXXD', 'type=package'), $lang->chat->downloadXXD, '', "class='btn btn-primary download download-package' target='_blank'");?>
<?php echo html::a(helper::createLink('admin', 'downloadXXD', 'type=config'), $lang->chat->downloadConfig, '', "class='btn btn-primary download'");?>
<?php echo html::a(helper::createLink('admin', 'xuanxuan', 'type=edit'), $lang->chat->changeSetting, '', "class='btn'");?>
<?php echo html::a('http://www.zentao.net/book/zentaopmshelp/298.html', $lang->chat->help, '_blank', "class='btn'");?>
<?php echo html::a('http://www.zentao.net/book/zentaopmshelp/302.html', $lang->chat->help, '_blank', "class='btn'");?>
<?php endif;?>
</td>
</tr>
@@ -19,7 +19,7 @@ class xuanxuanChat extends chatModel
$data->version = $this->config->xuanxuan->version;
$data->downloadType = $type;
$url = "https://www.chanzhi.org/license-downloadxxd.html";
$url = "https://www.chanzhi.org/license-downloadxxd-zentao.html";
$result = common::http($url, $data);
if($type == 'config')