|
|
@ -21,7 +21,7 @@ class Info_amp extends CI_Controller
|
|
|
|
$json = $this->input->post('json');
|
|
|
|
$json = $this->input->post('json');
|
|
|
|
$html = $this->input->post('html');
|
|
|
|
$html = $this->input->post('html');
|
|
|
|
$status = $this->input->post('status');
|
|
|
|
$status = $this->input->post('status');
|
|
|
|
if ($icid && $json && $html && $status) {
|
|
|
|
if ($icid && $json && $html) {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
//html
|
|
|
|
//html
|
|
|
|
$meta = $this->InfoMetas_model->get($icid, 'AMP');
|
|
|
|
$meta = $this->InfoMetas_model->get($icid, 'AMP');
|
|
|
|