CT缓存路径修改

ct-mobile-first
赵鹏 4 years ago
parent b46c8b717c
commit 85452f9723

@ -726,7 +726,7 @@ $config['cache']['vac']['cache_path'] = 'C:\VHD\Dropbox\wwwcache\viaje-a-china.c
$config['cache']['ru']['cache_path'] = 'C:\VHD\Dropbox\wwwcache\chinahighlights.ru';
$config['cache']['it']['cache_path'] = 'C:\VHD\Dropbox\wwwcache\viaggio-in-cina.it';
$config['cache']['ch']['cache_path'] = 'D:\wwwcache\chinahighlights.com';
$config['cache']['chinatravel']['cache_path'] = 'D:\wwwcache\chinatravel.com';
$config['cache']['chinatravel']['cache_path'] = 'D:\wwwcache\mobile-first\chinatravel.com';
//静态文件更新接口
$config['cache']['jp']['cache_api'] = '/info.php/information/update_cache/';

@ -819,9 +819,9 @@ class Information extends CI_Controller
//主样式表,内联模式
if ($device=="mobile"){
$cssUrl = "http://202.103.68.104/css/newcss3/mobile.css";
$cssUrl = "http://202.103.68.104/css/newcss3/base.css";
}else{
$cssUrl="http://202.103.68.104/css/newcss3/pc.css";
$cssUrl="http://202.103.68.104/css/newcss3/base.css";
}
$main_css_string=compress_css(GET_HTTP($cssUrl));
$data["MAINCSS"] = '<style type="text/css">' . $main_css_string . '</style>';

Loading…
Cancel
Save