mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -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)
|
pwd = self.parser.require("cppwd", 64)
|
||||||
self.parser.drop()
|
self.parser.drop()
|
||||||
|
|
||||||
dst = "/?h"
|
dst = "/"
|
||||||
if self.vpath:
|
if self.vpath:
|
||||||
dst = "/" + quotep(self.vpath)
|
dst = "/" + quotep(self.vpath)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue