whoops forgot debugging code in the source

This commit is contained in:
Christian Haschek
2015-11-23 20:01:03 +01:00
parent c42679b3ac
commit 1cdf2841a5

View File

@@ -604,7 +604,6 @@ class PictshareModel extends Model
function isProperMP4($filename)
{
$filename = '/var/www/outfile.mp4';
$file = escapeshellarg($filename);
$tmp = ROOT.DS.'tmp'.DS.md5(time()+rand(1,10000)).'.'.rand(1,10000).'.log';
$bin = escapeshellcmd(ROOT.DS.'bin'.DS.'ffmpeg');