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 New Issue
Block a user