|
|
@ -169,7 +169,7 @@ func ReadFolder(w http.ResponseWriter, r *http.Request, fullpath string, isroot
|
|
|
|
}
|
|
|
|
}
|
|
|
|
w.Write([]byte("<hr /><pre>\n"))
|
|
|
|
w.Write([]byte("<hr /><pre>\n"))
|
|
|
|
if !isroot {
|
|
|
|
if !isroot {
|
|
|
|
w.Write([]byte(fmt.Sprintf("<p><a href='%s'>%s</a> %s</p>\n", "..", "..", "上层文件夹")))
|
|
|
|
w.Write([]byte(fmt.Sprintf("<p><a href='%s'>%s</a> %s</p>\n", r.URL.Path+"/..", "..", "上层文件夹")))
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if r.URL.Path == "/" {
|
|
|
|
if r.URL.Path == "/" {
|
|
|
|
r.URL.Path = ""
|
|
|
|
r.URL.Path = ""
|
|
|
|