forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-05-28 16:55:22 +02:00
parent 672e27f715
commit 709c756660
2 changed files with 3 additions and 5 deletions

View File

@ -28,13 +28,13 @@ AJ_REPLACEMENTS = {
' YOUR ': " YOU'RE ", ' YOUR ': " YOU'RE ",
' TO ': " TOO ", ' TO ': " TOO ",
'anybody': 'anypony', 'everyone': 'everypony',
'everybody': 'everypony', 'everybody': 'everypony',
'Anybody': 'Anypony', 'Everyone': 'Everypony',
'Everybody': 'Everypony', 'Everybody': 'Everypony',
'ANYBODY': 'ANYPONY', 'EVERYONE': 'EVERYPONY',
'EVERYBODY': 'EVERYPONY', 'EVERYBODY': 'EVERYPONY',
} }

View File

@ -169,8 +169,6 @@ def notifications(v):
@auth_desired @auth_desired
def front_all(v, sub=None, subdomain=None): 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'): if not v and not request.path.startswith('/logged_out'):
r = request.full_path r = request.full_path
if r == '/?': r = '/' if r == '/?': r = '/'