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