castopod/app/Views/json/unknownuseragents.php
2020-10-15 14:40:51 +00:00

6 lines
98 B
PHP

<?php
if (!empty($useragents) && is_array($useragents)) {
echo json_encode($useragents);
}
?>