mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-03-22 20:51:44 +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>
|