* Finish task#36317.

This commit is contained in:
leiyong
2021-03-12 09:51:11 +08:00
parent 1f52d98c8b
commit bcf500a081
10 changed files with 9 additions and 23 deletions
+3 -3
View File
@@ -67,10 +67,10 @@ class misc extends control
{
session_write_close();
$website = $this->lang->misc->api;
$website = $this->config->misc->api;
if(isset($this->config->qcVersion)) $website = $this->lang->misc->qucheng;
if(isset($this->config->isINT)) $website = $this->lang->misc->enApi;
if(isset($this->config->qcVersion)) $website = $this->config->misc->qucheng;
if(isset($this->config->isINT)) $website = $this->config->misc->enApi;
$source = isset($this->config->qcVersion) ? 'qucheng' : 'zentao';
$lang = str_replace('-', '_', $this->app->getClientLang());