Browse Source

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

Conflicts:
	modules/base/conf.go
for-closed-social
Unknown 10 years ago
parent
commit
89b68bdd45
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      modules/base/conf.go

+ 0
- 1
modules/base/conf.go View File

@ -342,7 +342,6 @@ func NewConfigContext() {
LogInRememberDays = Cfg.MustInt("security", "LOGIN_REMEMBER_DAYS")
CookieUserName = Cfg.MustValue("security", "COOKIE_USERNAME")
CookieRememberName = Cfg.MustValue("security", "COOKIE_REMEMBER_NAME")
PictureService = Cfg.MustValue("picture", "SERVICE")
// Determine and create root git reposiroty path.

Loading…
Cancel
Save