Browse Source

pho[0]

pull/1/head
Georg Spar 1 year ago
parent
commit
05a1255a30
  1. 6
      wdm.go

6
wdm.go

@ -742,9 +742,9 @@ func uploadFileHandler(writer http.ResponseWriter, req *http.Request) {
defer f.Close()
io.Copy(f, file)
pho[i].Pfad = handler.Filename
pho[i].ItembId = 0
pho[i].ItemextId = 0
pho[0].Pfad = handler.Filename
pho[0].ItembId = 0
pho[0].ItemextId = 0
/* }

Loading…
Cancel
Save