mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-03 23:09:18 +02:00
5 lines
98 B
PHP
5 lines
98 B
PHP
<?php
|
|
if (!empty($useragents) && is_array($useragents)) {
|
|
echo json_encode($useragents);
|
|
}
|
|
?>
|