up
This commit is contained in:
parent
e5e0c21cb8
commit
5d10ecfb5a
@ -661,7 +661,7 @@ func StreamHandler(w http.ResponseWriter, r *http.Request) {
|
|||||||
renderTemplate(w, "folders", data)
|
renderTemplate(w, "folders", data)
|
||||||
}
|
}
|
||||||
func DetailHandler(w http.ResponseWriter, r *http.Request) {
|
func DetailHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
base := "/app/uploads"
|
base := "/app/upload"
|
||||||
rel := r.URL.Query().Get("path")
|
rel := r.URL.Query().Get("path")
|
||||||
|
|
||||||
log.Printf("Reçu path: %q", rel)
|
log.Printf("Reçu path: %q", rel)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user