summaryrefslogtreecommitdiffstats
path: root/routers
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-03-03 15:09:43 -0500
committerUnknwon <u@gogs.io>2016-03-03 15:09:43 -0500
commitf946040fa94a3acb3b1f54873e6f95766595829c (patch)
tree4f7105c0554bc65763b411c1c032e9196272673e /routers
parent434614506e7edee8d75d747dfe2ac59458f669fe (diff)
downloadgitea-f946040fa94a3acb3b1f54873e6f95766595829c.tar.gz
gitea-f946040fa94a3acb3b1f54873e6f95766595829c.zip
#1891 attempt to fix expected invalid CSRF token
- Remove unused config settings `[picture] service`
Diffstat (limited to 'routers')
-rw-r--r--routers/admin/admin.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/routers/admin/admin.go b/routers/admin/admin.go
index 876a048de1..35d40bf2bc 100644
--- a/routers/admin/admin.go
+++ b/routers/admin/admin.go
@@ -222,7 +222,6 @@ func Config(ctx *middleware.Context) {
ctx.Data["SessionConfig"] = setting.SessionConfig
- ctx.Data["PictureService"] = setting.PictureService
ctx.Data["DisableGravatar"] = setting.DisableGravatar
type logger struct {