You've already forked haproxy-wi
mirror of
https://github.com/roxy-wi/roxy-wi.git
synced 2025-12-15 11:54:05 +08:00
v4.4.0.0
This commit is contained in:
@@ -128,7 +128,7 @@ def check_login(**kwargs):
|
||||
import http.cookies
|
||||
cookie = http.cookies.SimpleCookie(os.environ.get("HTTP_COOKIE"))
|
||||
user_uuid = cookie.get('uuid')
|
||||
ref = os.environ.get("SCRIPT_NAME")
|
||||
ref = os.environ.get("REQUEST_URI")
|
||||
|
||||
sql.delete_old_uuid()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user