增减 AMP PC CSS 5

hotfix/远程访问多媒体中心
lmrwork 7 years ago
parent 6e042f0dce
commit f8976bd4b8

@ -24,9 +24,9 @@ class Info_amp extends CI_Controller
$json = $this->input->get_post('json');
$html = $this->input->get_post('html');
$pc_html = $this->input->get_post('pchtml');
if ($pc_html === 0) $pc_html = '';
if (!$pc_html) $pc_html = '';
$pc_css = $this->input->get_post('pccss');
if ($pc_css === 0) $pc_css = '';
if (!$pc_css) $pc_css = '';
$css = $this->input->get_post('css');
$schema = $this->input->get_post('schema');
$script = $this->input->get_post('script');

Loading…
Cancel
Save