mirror of
https://github.com/go-gitea/gitea.git
synced 2025-11-15 23:12:11 +01:00
Update ips.go
This commit is contained in:
parent
f26cb7cefa
commit
bf9fc6c6b1
@ -59,7 +59,7 @@ func buildIPQuery(ctx *context.Context, keyword string) *xorm.Session {
|
|||||||
|
|
||||||
// IPs show all user signup IPs
|
// IPs show all user signup IPs
|
||||||
func IPs(ctx *context.Context) {
|
func IPs(ctx *context.Context) {
|
||||||
ctx.Data["Title"] = ctx.Tr("admin.ips")
|
ctx.Data["Title"] = ctx.Tr("admin.ips.ip")
|
||||||
ctx.Data["PageIsAdminIPs"] = true
|
ctx.Data["PageIsAdminIPs"] = true
|
||||||
ctx.Data["RecordUserSignupMetadata"] = setting.RecordUserSignupMetadata
|
ctx.Data["RecordUserSignupMetadata"] = setting.RecordUserSignupMetadata
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user