mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-03-24 05:01:43 +01:00
6 lines
167 B
PHP
6 lines
167 B
PHP
|
<?php
|
||
|
$audio_url = _SITEURL . $f->hash160;
|
||
|
?>
|
||
|
<audio controls style="width: 100%">
|
||
|
<source src="<?php echo $audio_url; ?>" type="<?php echo $f->mime; ?>">
|
||
|
</audio>
|