|
|
|
@ -23,7 +23,8 @@ class Info_amp extends CI_Controller
|
|
|
|
|
$icid = $this->input->get_post('icid');
|
|
|
|
|
$json = $this->input->get_post('json');
|
|
|
|
|
$html = $this->input->get_post('html');
|
|
|
|
|
$pc_html = $this->input->get_post('pc_html') || '';
|
|
|
|
|
$pc_html = $this->input->get_post('pc_html');
|
|
|
|
|
if ($pc_html == 0) $pc_html = '';
|
|
|
|
|
$css = $this->input->get_post('css');
|
|
|
|
|
$schema = $this->input->get_post('schema');
|
|
|
|
|
$script = $this->input->get_post('script');
|
|
|
|
|