redirect to webroot after login

This commit is contained in:
ed 2022-04-30 18:15:09 +02:00
parent dc2ea20959
commit 7755392f57

View file

@ -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)