mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-18 22:18:00 +00:00
whoops forgot debugging code in the source
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user