同上,漏掉一个判断

hotfix/远程访问多媒体中心
cyc 7 years ago
parent 7b68c7aaf0
commit 94f572f474

@ -428,7 +428,7 @@ class Information extends CI_Controller {
$update_info_log = $this->update_cache($ic_url, true);
} else if (strcasecmp($site_code, "cht") == 0 && !empty($auto_update_cache)) {
$update_info_log = $this->update_cache($ic_url);
} else if (strcasecmp($site_code, "cht") != 0) {//非cht站点
} else if (strcasecmp($site_code, "cht") != 0 || strcasecmp($site_code, "gm") != 0) {//非cht站点或者非GM
$update_info_log = $this->update_cache($ic_url);
}

Loading…
Cancel
Save