@ -478,7 +478,8 @@ class Info_amp extends CI_Controller
} else {
echo(json_encode(array(
'status' => 'error',
'html' => $command.' > '.$html_parh
'html' => $command.' > '.$html_parh,
'rs' => print_r($rs, true)
)));
return;
}