mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
redirect to webroot after login
This commit is contained in:
parent
dc2ea20959
commit
7755392f57
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue