From 1cdf2841a57b2194b351bea235259e7bd79b33dc Mon Sep 17 00:00:00 2001 From: Christian Haschek Date: Mon, 23 Nov 2015 20:01:03 +0100 Subject: [PATCH] whoops forgot debugging code in the source --- models/pictsharemodel.php | 1 - 1 file changed, 1 deletion(-) diff --git a/models/pictsharemodel.php b/models/pictsharemodel.php index 2b562a8..a3a692d 100644 --- a/models/pictsharemodel.php +++ b/models/pictsharemodel.php @@ -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');