mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-01-23 02:14:33 +00:00
Fix missing bool struct for disableAccessKey
This commit is contained in:
parent
cd79f0db40
commit
90e47f049b
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ var Config struct {
|
|||
extraFooterText string
|
||||
maxDurationTime uint64
|
||||
maxDurationSize int64
|
||||
disableAccessKey bool
|
||||
}
|
||||
|
||||
var Templates = make(map[string]*pongo2.Template)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue