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');