mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 02:36: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
|
|
@ -125,6 +125,7 @@ class Episodes extends BaseController
|
|||
->first(),
|
||||
'episode' => $episode_model->where('slug', $episode_slug)->first(),
|
||||
];
|
||||
self::stats($data['podcast']->id);
|
||||
|
||||
return view('episodes/view.php', $data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue