mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 10:46:43 +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
|
|
@ -96,6 +96,7 @@ class Podcasts extends BaseController
|
|||
->where('podcast_id', $podcast->id)
|
||||
->findAll(),
|
||||
];
|
||||
self::stats($podcast->id);
|
||||
|
||||
return view('podcasts/view', $data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue