mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-04 02:12:30 +02:00
Bug fix
This commit is contained in:
parent
cb05b8325c
commit
76b8642348
3 changed files with 12 additions and 0 deletions
|
@ -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" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue