fdfd
This commit is contained in:
parent
ea20a19339
commit
ca17f0da6b
7 changed files with 18 additions and 12 deletions
|
@ -191,7 +191,7 @@ def front_all(v):
|
|||
|
||||
if not v and request.path == "/": return redirect("/logged_out")
|
||||
|
||||
if v and "logged_out" in request.full_path: return redirect("/")
|
||||
if v and "logged_out" in request.full_path: v = None
|
||||
|
||||
try: page = int(request.args.get("page") or 1)
|
||||
except: abort(400)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue