Changeset 1794fac in Klonkt for src/routes/admin-stats.js
- Timestamp:
- 06/19/2026 04:07:24 AM (3 months ago)
- Branches:
- main
- Children:
- 6be57b4
- Parents:
- 37edecd
- File:
-
- 1 edited
-
src/routes/admin-stats.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/admin-stats.js
r37edecd r1794fac 31 31 } catch { linkClicks = []; } 32 32 } 33 const days = [7, 14, 30, 90].includes(parseInt(req.query.days, 10)) ? parseInt(req.query.days, 10) : 14; 33 34 renderPage(req, res, 'pages/admin-stats', { 34 35 pageTitle: 'Statistieken', 35 36 bodyClass: 'on-admin', 36 stats: getStats( 14),37 stats: getStats(days), 37 38 linkClicks, 38 39 });
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)