concat allow special chars in filename
This commit is contained in:
parent
a8d527a8c4
commit
0ee2a63e18
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ class Concat extends AbstractMediaType
|
||||||
if($count_videos != 0)
|
if($count_videos != 0)
|
||||||
$line .= "\n";
|
$line .= "\n";
|
||||||
|
|
||||||
$line .= "file ".$videoPath;
|
$line .= "file " . addcslashes($videoPath, '\'"\\\0 ');
|
||||||
|
|
||||||
fwrite($fileStream, $line);
|
fwrite($fileStream, $line);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue