增加图片处理5

hotfix/远程访问多媒体中心
LMR 7 years ago
parent 2d73b9bc8c
commit 32a9e0474d

@ -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;
}

Loading…
Cancel
Save