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