코드 간결하게 수정

This commit is contained in:
ehii 2020-02-12 11:49:45 +09:00
parent 54ed209261
commit 7e4560a3c3

View file

@ -1180,7 +1180,7 @@ class fileController extends file
// Convert using ffmpeg
if(strtoupper(substr(\PHP_OS, 0, 3)) === 'WIN')
{
$command = '"'.$config->ffmpeg_command.'"';
$command = escapeshellarg($config->ffmpeg_command);
}
else
{