From 9dccffe3edc975295b2235b5e0c25c306d9ce2ef Mon Sep 17 00:00:00 2001 From: lmrwork <59361885@qq.com> Date: Fri, 19 Oct 2018 09:42:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0AMP=5FBODY=5FPC=5FSTATUS=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/info_amp.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/controllers/info_amp.php b/application/controllers/info_amp.php index 3fd6f024..e205b625 100644 --- a/application/controllers/info_amp.php +++ b/application/controllers/info_amp.php @@ -23,8 +23,8 @@ class Info_amp extends CI_Controller $icid = $this->input->get_post('icid'); $json = $this->input->get_post('json'); $html = $this->input->get_post('html'); - $pc_html = $this->input->post('pc_html', FALSE); - if ($pc_html==0) $pc_html = ''; + $pc_html = $this->input->post('pc_html'); + if ($pc_html) echo $pc_html;; $css = $this->input->get_post('css'); $schema = $this->input->get_post('schema'); $script = $this->input->get_post('script');