Changeset 3487567 in Klonkt for src/routes/admin-updates.js
- Timestamp:
- 06/28/2026 10:13:27 PM (2 months ago)
- Branches:
- main
- Children:
- 48027f2
- Parents:
- abc8959
- File:
-
- 1 edited
-
src/routes/admin-updates.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/admin-updates.js
rabc8959 r3487567 74 74 const canSelfUpdate = (() => { try { return fs.existsSync(UPDATE_SCRIPT); } catch { return false; } })(); 75 75 renderPage(req, res, 'pages/admin-updates', { 76 pageTitle : 'Updates',76 pageTitleKey: 'admin.t_updates', 77 77 bodyClass: 'on-admin', 78 78 appVersion: appVersion(),
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)