增加PC AMP BODY | fix 6

hotfix/远程访问多媒体中心
lmrwork 8 years ago
parent f9d0ebb0a6
commit 2053632e47

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

Loading…
Cancel
Save