|
|
@ -525,9 +525,14 @@ class Information extends CI_Controller {
|
|
|
|
} else if ($this->config->item('site_code') == 'ah') {
|
|
|
|
} else if ($this->config->item('site_code') == 'ah') {
|
|
|
|
if ($delete_only === true) {
|
|
|
|
if ($delete_only === true) {
|
|
|
|
$url = 'https://www.asiahighlights.com/index.php/information/delete_cache_8X913mksJ/?static_html_url=' . $url;
|
|
|
|
$url = 'https://www.asiahighlights.com/index.php/information/delete_cache_8X913mksJ/?static_html_url=' . $url;
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
$static_html_optimize = $this->input->get_post('static_html_optimize');
|
|
|
|
|
|
|
|
if (!empty($static_html_optimize)) {
|
|
|
|
|
|
|
|
$url = 'https://www.asiahighlights.com/index.php/information/detail/?static_html_url=' . $url . '&static_html_optimize=comeon';
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
$url = 'https://www.asiahighlights.com/index.php/information/detail/?static_html_url=' . $url;
|
|
|
|
$url = 'https://www.asiahighlights.com/index.php/information/detail/?static_html_url=' . $url;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
} else { //子站点使用
|
|
|
|
} else { //子站点使用
|
|
|
|
$url = $this->config->item('site_url') . $url . '@cache@refresh';
|
|
|
|
$url = $this->config->item('site_url') . $url . '@cache@refresh';
|
|
|
|
}
|
|
|
|
}
|
|
|
|