1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-03 00:45:22 +02:00

#2852 code cleanup

This commit is contained in:
Unknwon 2016-08-11 14:55:10 -07:00
parent 1dd003bd4c
commit a47aef5460
7 changed files with 31 additions and 27 deletions

View file

@ -153,7 +153,7 @@ func Install(ctx *context.Context) {
form.Domain = setting.Domain
form.SSHPort = setting.SSH.Port
form.HTTPPort = setting.HttpPort
form.HTTPPort = setting.HTTPPort
form.AppUrl = setting.AppUrl
form.LogRootPath = setting.LogRootPath