diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-23 10:58:50 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-23 10:58:50 -0400 |
commit | 6bc7ae971a32b1ca6ce5332224de4023e1e6704c (patch) | |
tree | 7b6208bec497703c386b4357adedf557ef498fc7 /modules/base/conf.go | |
parent | 8b43bd1c37d740f8670d8502c65918151af24cb8 (diff) | |
download | gitea-6bc7ae971a32b1ca6ce5332224de4023e1e6704c.tar.gz gitea-6bc7ae971a32b1ca6ce5332224de4023e1e6704c.zip |
Mirror fix
Diffstat (limited to 'modules/base/conf.go')
-rw-r--r-- | modules/base/conf.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/base/conf.go b/modules/base/conf.go index fba05e8800..b243a6ad58 100644 --- a/modules/base/conf.go +++ b/modules/base/conf.go @@ -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") |