修改德语amp生成规则

mobile-first
cyc 6 years ago
parent 3ed80be185
commit 9c2e407afa

@ -67,7 +67,7 @@ class Amplib {
//德语站点走另外一个控制器,其他站点还是走原来的流程
if($site_code == 'gm'){
if($data['information']->ic_url == '/massgeschneiderte-china-reisen/'){
return null;
return json_encode(array());
}else{
return GET_HTTP(site_url('/apps/htmlcompressor/index_gm/choose_way'), $post_data, 'POST');
}

Loading…
Cancel
Save