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:
		@@ -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