From 70018bfc004593c2236be5eb043c43c9b2c5d540 Mon Sep 17 00:00:00 2001 From: Christian Haschek Date: Tue, 6 Dec 2016 12:14:19 +0100 Subject: [PATCH] disable webm for now --- models/pictsharemodel.php | 1 + 1 file changed, 1 insertion(+) 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);