mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 18:56:42 +02:00
feat: add analytics and unknown useragents
This commit is contained in:
parent
4651d01a84
commit
ec92e65aa4
44 changed files with 3333 additions and 1987 deletions
5
app/Views/json/unknownuseragents.php
Normal file
5
app/Views/json/unknownuseragents.php
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
if (!empty($useragents) && is_array($useragents)) {
|
||||
echo json_encode($useragents);
|
||||
}
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue