Selaa lähdekoodia

remote debug info

master
patrick 5 vuotta sitten
vanhempi
commit
481ce723c1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      checksum.go

+ 1
- 1
checksum.go Näytä tiedosto

@@ -25,7 +25,7 @@ func md5LeanworkForm(form url.Values) string {
s += form["customerId"][0]
s += Config.LeanWork.MD5Key
}
fmt.Println("leanwork form: " + s)
//fmt.Println("leanwork form: " + s)
return md5str(s)
}


Loading…
Peruuta
Tallenna