I'm setting up a file management system, but I'm having trouble displaying the videos.
It has an interpreter and in some part I have an "ignorer".
$mime = mime_content_type($path);
if(in_array($mime, self::$ignore)){
$len = filesize($p...
asked by
21.09.2017 / 18:51