diff --git a/models/pictsharemodel.php b/models/pictsharemodel.php index bf22c5d..043d168 100644 --- a/models/pictsharemodel.php +++ b/models/pictsharemodel.php @@ -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);