forked from MarseyWorld/MarseyWorld
sneed
parent
982984acd2
commit
18c0cfe94f
Binary file not shown.
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 3.8 KiB |
|
@ -76,9 +76,6 @@ def get_logged_in_user():
|
||||||
|
|
||||||
if v: v.poor = session.get('poor')
|
if v: v.poor = session.get('poor')
|
||||||
|
|
||||||
if SITE == 'rdrama.net' and v and v.id == 3732:
|
|
||||||
print(request.headers.get('CF-Connecting-IP'), flush=True)
|
|
||||||
|
|
||||||
if AEVANN_ID and request.headers.get("Cf-Ipcountry") == 'EG':
|
if AEVANN_ID and request.headers.get("Cf-Ipcountry") == 'EG':
|
||||||
if v and v.id != AEVANN_ID:
|
if v and v.id != AEVANN_ID:
|
||||||
with open(f"/eg", "r+", encoding="utf-8") as f:
|
with open(f"/eg", "r+", encoding="utf-8") as f:
|
||||||
|
|
Loading…
Reference in New Issue