1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-11-04 01:23:02 +00:00

Change version package API

This commit is contained in:
Umar Getagazov
2022-09-14 10:38:36 +03:00
parent 8850b50624
commit ab848247c9
4 changed files with 17 additions and 15 deletions

View File

@@ -98,7 +98,7 @@ func AboutHTML(lc *l18n.Localizer) string {
log.Fatalln(err)
}
data := aboutData
data.Version = version.FormatVersion()
data.Version = version.Short
data.Admins = user.ListUsersWithGroup("admin")
data.UserCount = user.Count()
data.RegistrationLimit = cfg.RegistrationLimit