mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-19 14:38: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)
|
function isProperMP4($filename)
|
||||||
{
|
{
|
||||||
$filename = '/var/www/outfile.mp4';
|
|
||||||
$file = escapeshellarg($filename);
|
$file = escapeshellarg($filename);
|
||||||
$tmp = ROOT.DS.'tmp'.DS.md5(time()+rand(1,10000)).'.'.rand(1,10000).'.log';
|
$tmp = ROOT.DS.'tmp'.DS.md5(time()+rand(1,10000)).'.'.rand(1,10000).'.log';
|
||||||
$bin = escapeshellcmd(ROOT.DS.'bin'.DS.'ffmpeg');
|
$bin = escapeshellcmd(ROOT.DS.'bin'.DS.'ffmpeg');
|
||||||
|
|||||||
Reference in New Issue
Block a user