forked from MarseyWorld/MarseyWorld
fds
parent
672e27f715
commit
709c756660
|
@ -28,13 +28,13 @@ AJ_REPLACEMENTS = {
|
|||
' YOUR ': " YOU'RE ",
|
||||
' TO ': " TOO ",
|
||||
|
||||
'anybody': 'anypony',
|
||||
'everyone': 'everypony',
|
||||
'everybody': 'everypony',
|
||||
|
||||
'Anybody': 'Anypony',
|
||||
'Everyone': 'Everypony',
|
||||
'Everybody': 'Everypony',
|
||||
|
||||
'ANYBODY': 'ANYPONY',
|
||||
'EVERYONE': 'EVERYPONY',
|
||||
'EVERYBODY': 'EVERYPONY',
|
||||
}
|
||||
|
||||
|
|
|
@ -169,8 +169,6 @@ 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 = '/'
|
||||
|
|
Loading…
Reference in New Issue