Parcourir la source

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

slene il y a 11 ans
Parent
commit
a10e126803
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      modules/base/conf.go

+ 0 - 1
modules/base/conf.go

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