From 7755392f579d12e18de15124188466d3e1be5fad Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 30 Apr 2022 18:15:09 +0200 Subject: [PATCH] redirect to webroot after login --- copyparty/httpcli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/httpcli.py b/copyparty/httpcli.py index 3c1b9be1..f473e16a 100644 --- a/copyparty/httpcli.py +++ b/copyparty/httpcli.py @@ -1007,7 +1007,7 @@ class HttpCli(object): pwd = self.parser.require("cppwd", 64) self.parser.drop() - dst = "/?h" + dst = "/" if self.vpath: dst = "/" + quotep(self.vpath)