1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Merge branch 'master' of github.com:gogits/gogs

This commit is contained in:
slene
2014-03-20 14:04:56 +08:00

View File

@@ -167,7 +167,6 @@ func init() {
os.Exit(2)
}
}
Cfg.BlockMode = false
AppName = Cfg.MustValue("", "APP_NAME", "Gogs: Go Git Service")
AppLogo = Cfg.MustValue("", "APP_LOGO", "img/favicon.png")