how the hell did that get in here

This commit is contained in:
Chris
2018-12-22 18:49:55 +01:00
parent 47545e5702
commit 3e63da324c

View File

@@ -55,7 +55,7 @@ class VideoController
} }
else else
{ {
$data = array('url'=>implode('/',$url),'hash'=>$hash,'filesize'=>renderSize(filesize($path)),'content'=>htmlentities(file_get_contents($path))); $data = array('url'=>implode('/',$url),'hash'=>$hash,'filesize'=>renderSize(filesize($path)));
renderTemplate('video',$data); renderTemplate('video',$data);
} }
} }