增加PC AMP BODY | fix 6

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

@ -24,11 +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) {
if (!$pc_html) {
//die($_POST['pc_html']);
//echo $pc_html;
$pc_html = 'error';
$pc_html = 'error2';
}
$css = $this->input->get_post('css');
$schema = $this->input->get_post('schema');

Loading…
Cancel
Save