mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Mirror fix
This commit is contained in:
		@@ -58,8 +58,7 @@ var (
 | 
			
		||||
	SessionConfig   *session.Config
 | 
			
		||||
	SessionManager  *session.Manager
 | 
			
		||||
 | 
			
		||||
	PictureService  string
 | 
			
		||||
	PictureRootPath string
 | 
			
		||||
	PictureService string
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
var Service struct {
 | 
			
		||||
@@ -269,7 +268,6 @@ func NewConfigContext() {
 | 
			
		||||
	CookieRememberName = Cfg.MustValue("security", "COOKIE_REMEMBER_NAME")
 | 
			
		||||
 | 
			
		||||
	PictureService = Cfg.MustValue("picture", "SERVICE")
 | 
			
		||||
	PictureRootPath = Cfg.MustValue("picture", "PATH")
 | 
			
		||||
 | 
			
		||||
	// Determine and create root git reposiroty path.
 | 
			
		||||
	RepoRootPath = Cfg.MustValue("repository", "ROOT")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user