mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
코드 간결하게 수정
This commit is contained in:
parent
54ed209261
commit
7e4560a3c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue