mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 21:34:38 +03:00
add subcommand that prints licenses, and link to licenses from the webadmin/webaccount/webmail interfaces
This commit is contained in:
@ -197,6 +197,7 @@ const footer = dom.div(
|
||||
moxversion, ' ',
|
||||
moxgoversion, ' ',
|
||||
moxgoos, '/', moxgoarch,
|
||||
', ', dom.a(attr.href('licenses.txt'), 'licenses')
|
||||
)
|
||||
|
||||
const age = (date: Date, future: boolean, nowSecs: number) => {
|
||||
|
Reference in New Issue
Block a user