castopod/app/Views/json/unknownuseragents.php

6 lines
98 B
PHP
Raw Normal View History

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