增加PC AMP BODY | fix 4

hotfix/远程访问多媒体中心
lmrwork 7 years ago
parent 4ca2be8fb8
commit bc746ac6db

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

Loading…
Cancel
Save