|
|
@ -3088,6 +3088,12 @@ class Information extends CI_Controller
|
|
|
|
if (isset($information->ic_type) && $information->ic_type == 'product') {
|
|
|
|
if (isset($information->ic_type) && $information->ic_type == 'product') {
|
|
|
|
$url = $this->config->item('site_url') . '/index.php/welcome/update_cache/?static_html_url=' . $tmp;
|
|
|
|
$url = $this->config->item('site_url') . '/index.php/welcome/update_cache/?static_html_url=' . $tmp;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// GH国际 不发布的时候删除缓存
|
|
|
|
|
|
|
|
if (!$information->ic_status) {
|
|
|
|
|
|
|
|
$url = $this->config->item('site_url') . '/index.php/welcome/update_cache/delete_only?static_html_url=' . $url;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//int return direct
|
|
|
|
//int return direct
|
|
|
|
$cache_url = $this->input->post('cache_url');
|
|
|
|
$cache_url = $this->input->post('cache_url');
|
|
|
|
if ($url && !$cache_url) {
|
|
|
|
if ($url && !$cache_url) {
|
|
|
|