mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-15 18:55:48 +00:00
6 lines
98 B
PHP
6 lines
98 B
PHP
![]() |
<?php
|
||
|
if (!empty($useragents) && is_array($useragents)) {
|
||
|
echo json_encode($useragents);
|
||
|
}
|
||
|
?>
|