mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-19 06:28:01 +00:00
disable webm for now
This commit is contained in:
@@ -781,6 +781,7 @@ class PictshareModel extends Model
|
||||
|
||||
function saveAsWebm($source,$target)
|
||||
{
|
||||
return false;
|
||||
$bin = escapeshellcmd(ROOT.DS.'bin'.DS.'ffmpeg');
|
||||
$source = escapeshellarg($source);
|
||||
$target = escapeshellarg($target);
|
||||
|
||||
Reference in New Issue
Block a user