增加PC AMP BODY | fix 4

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

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

Loading…
Cancel
Save