Этот коммит содержится в:
=Corey Hulen
2015-10-12 10:57:39 -07:00
родитель 3c42ae312d
Коммит ac1367a286
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@@ -24,7 +24,7 @@ const (
)
func SendDiagnostic(values url.Values) {
if *Cfg.ServiceSettings.EnableSecurityFixAlert && model.IsOfficalBuild() {
if *Cfg.ServiceSettings.EnableSecurityFixAlert {
res, err := http.Get(DIAGNOSTIC_URL + "/i?" + values.Encode())
if err != nil {