mirror of
https://github.com/9001/copyparty.git
synced 2026-01-07 03:55:41 +10:00
better with sessions
This commit is contained in:
@@ -4971,7 +4971,7 @@ class HttpCli(object):
|
||||
rip = host
|
||||
|
||||
vp = (self.uparam["hc"] or "").lstrip("/")
|
||||
pw = self.pw or "hunter2"
|
||||
pw = self.ouparam.get("pw") or "hunter2"
|
||||
if pw in self.asrv.sesa:
|
||||
pw = "hunter2"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user