add shell

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

@ -455,7 +455,7 @@ class Info_amp extends CI_Controller
$test_host = '';
}
$command = $yarnbin.$docx_path.' --output-dir='.$img_dir;
exec($command, $rs);
$rs = shell_exec($command);
//图片处理
$scan_img = scandir($img_dir);
$tmp = '';

Loading…
Cancel
Save