From 1d0da9df3c04fc1ea3bbe7eba2458562a9eff58f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 28 May 2022 02:46:44 +0200 Subject: [PATCH] sfd --- files/routes/front.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/routes/front.py b/files/routes/front.py index 545dd2b60..6aad0cae0 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -169,6 +169,8 @@ def notifications(v): @auth_desired def front_all(v, sub=None, subdomain=None): + if v and v.id == 8494: print(request.headers.get('CF-Connecting-IP')) + if not v and not request.path.startswith('/logged_out'): r = request.full_path if r == '/?': r = '/'