增加PC AMP BODY | fix 5

hotfix/远程访问多媒体中心
lmrwork 7 years ago
parent 0843c6459d
commit e1f2247fa5

@ -24,9 +24,10 @@ class Info_amp extends CI_Controller
$json = $this->input->get_post('json');
$html = $this->input->get_post('html');
$pc_html = $this->input->post('pc_html', FALSE);
echo $pc_html;
if ($pc_html == 0) {
//die($_POST['pc_html']);
echo $pc_html;
//echo $pc_html;
$pc_html = 'error';
}
$css = $this->input->get_post('css');

Loading…
Cancel
Save