void.cat/views/video.php
2016-05-05 16:42:50 +01:00

7 lines
193 B
PHP

<?php
$audio_url = _SITEURL . $f->hash160;
?>
<video controls>
<source src="<?php echo $audio_url; ?>" type="<?php echo $f->mime; ?>">
Your browser does not support the video tag.
</video>