Make page rewrite optional

This commit is contained in:
2026-05-07 19:35:10 +02:00
parent 73743ced78
commit 892e4860b4
4 changed files with 80 additions and 40 deletions
+1 -1
View File
@@ -291,7 +291,7 @@ func (h *handler) handlePost(w http.ResponseWriter, r *http.Request, urlPath, fs
return
}
if _, ok := query["move"]; ok {
h.handleMove(w, r, urlPath, fsPath, query.Get("move"))
h.handleMove(w, r, urlPath, fsPath, query.Get("move"), query.Has("links"))
return
}
if query.Has("toggle") {