gdf
This commit is contained in:
parent
589d028b20
commit
19f8c863ac
5 changed files with 8 additions and 8 deletions
|
@ -144,7 +144,7 @@ def front_all(v, sub=None):
|
|||
if not v and request.path == "/" and not request.headers.get("Authorization"):
|
||||
return redirect(f"{SITE_FULL}/logged_out{request.full_path}")
|
||||
|
||||
if v and request.path.startswith('/logged_out'): v = None
|
||||
if v and request.path.startswith('/logged_out'): return redirect(SITE_FULL + request.full_path.replace('/logged_out',''))
|
||||
|
||||
try: page = max(int(request.values.get("page", 1)), 1)
|
||||
except: abort(400)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue