1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00
This commit is contained in:
Unknown
2014-03-28 09:06:48 -04:00
parent cb05b8325c
commit 76b8642348
3 changed files with 12 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ func Install(ctx *middleware.Context) {
ctx.Data["DbCfg"] = models.DbCfg
ctx.Data["RepoRootPath"] = base.RepoRootPath
ctx.Data["RunUser"] = base.RunUser
ctx.Data["AppUrl"] = base.AppUrl
ctx.Data["PageIsInstall"] = true
if ctx.Req.Method == "GET" {