Add files via upload
This commit is contained in:
parent
15d97d8cac
commit
cf57864018
2 changed files with 2 additions and 2 deletions
|
@ -329,8 +329,8 @@ func handler(w http.ResponseWriter, r *http.Request) {
|
|||
}
|
||||
reqwordQuery += word
|
||||
}
|
||||
reqwordQuery = checkformat(reqwordQuery)
|
||||
}
|
||||
reqwordQuery = checkformat(reqwordQuery)
|
||||
reqwordQuery += flags
|
||||
|
||||
//fmt.Printf("\n%s",reqwordQuery)
|
||||
|
|
|
@ -348,8 +348,8 @@ func handler(w http.ResponseWriter, r *http.Request) {
|
|||
}
|
||||
reqwordQuery += word
|
||||
}
|
||||
reqwordQuery = checkformat(reqwordQuery)
|
||||
}
|
||||
reqwordQuery = checkformat(reqwordQuery)
|
||||
reqwordQuery += flags
|
||||
|
||||
//fmt.Fprintf(w,"%s\n%s\n", query,offset)
|
||||
|
|
Loading…
Add table
Reference in a new issue