Browse Source

Merge branch 'dev' of github.com:gogits/gogs into dev

for-closed-social
Unknwon 10 years ago
parent
commit
05a33107c9
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      cmd/web.go
  2. +1
    -1
      conf/locale/locale_de-DE.ini

+ 1
- 0
cmd/web.go View File

@ -95,6 +95,7 @@ func newMacaron() *macaron.Macaron {
m.Use(csrf.Generate(csrf.Options{
Secret: setting.SecretKey,
SetCookie: true,
Header: "X-Csrf-Token",
}))
m.Use(toolbox.Toolboxer(m, toolbox.Options{
HealthCheckFuncs: []*toolbox.HealthCheckFuncDesc{

+ 1
- 1
conf/locale/locale_de-DE.ini View File

@ -1,4 +1,4 @@
app_desc = Ein einfacher, selbst gehostetes Git-Service, geschrieben in Go.
app_desc = Ein einfacher, selbst gehosteter Git-Service, geschrieben in Go.
home = Home
dashboard = Dashboard

Loading…
Cancel
Save