dffd
This commit is contained in:
parent
ff17fce54d
commit
774647c7e8
1 changed files with 2 additions and 0 deletions
|
@ -191,6 +191,8 @@ def front_all(v):
|
||||||
|
|
||||||
if not v and request.path == "/": return redirect("/logged_out")
|
if not v and request.path == "/": return redirect("/logged_out")
|
||||||
|
|
||||||
|
if v and "logged_out" in request.path: return redirect("/")
|
||||||
|
|
||||||
try: page = int(request.args.get("page") or 1)
|
try: page = int(request.args.get("page") or 1)
|
||||||
except: abort(400)
|
except: abort(400)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue