Przeglądaj źródła

remote debug info

master
patrick 5 lat temu
rodzic
commit
481ce723c1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      checksum.go

+ 1
- 1
checksum.go Wyświetl plik

@@ -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)
}


Ładowanie…
Anuluj
Zapisz