mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-11-07 11:03:03 +00:00
Change version package API
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user