diff --git a/src/web/responses/responses.go b/src/web/responses/responses.go index 5422c64..1e37485 100644 --- a/src/web/responses/responses.go +++ b/src/web/responses/responses.go @@ -21,6 +21,7 @@ func MozAutoconfig() string { tmpl := "templates/autoconfig.xml" response := Response{} response.Email = global.ThisSession.Request.FormValue("emailaddress") + email = response.Email response.Config = global.MainConfig name := path.Base(tmpl)