Changeset 3487567 in Klonkt for src/routes/admin-stats.js
- Timestamp:
- 06/28/2026 10:13:27 PM (2 months ago)
- Branches:
- main
- Children:
- 48027f2
- Parents:
- abc8959
- File:
-
- 1 edited
-
src/routes/admin-stats.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/admin-stats.js
rabc8959 r3487567 33 33 const days = [7, 14, 30, 90].includes(parseInt(req.query.days, 10)) ? parseInt(req.query.days, 10) : 14; 34 34 renderPage(req, res, 'pages/admin-stats', { 35 pageTitle : 'Statistieken',35 pageTitleKey: 'admin.t_stats', 36 36 bodyClass: 'on-admin', 37 37 stats: getStats(days),
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)