mirror of
https://github.com/9001/copyparty.git
synced 2025-11-02 13:03:18 +00:00
redirect to webroot after login
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user