1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-29 06:35:53 +00:00

#1140 MySQL root password exposure

This commit is contained in:
Unknwon 2015-03-24 19:15:36 -04:00
parent 211596f407
commit 5f594d8774

View File

@ -92,7 +92,6 @@ func Install(ctx *middleware.Context) {
form.DbHost = models.DbCfg.Host
form.DbUser = models.DbCfg.User
form.DbPasswd = models.DbCfg.Passwd
form.DbName = models.DbCfg.Name
form.DbPath = models.DbCfg.Path