fdssfd
This commit is contained in:
parent
634e3aa976
commit
56630891be
24 changed files with 236 additions and 218 deletions
|
@ -123,7 +123,7 @@ def notifications(v):
|
|||
@auth_desired
|
||||
def front_all(v):
|
||||
|
||||
if request.host == 'old.rdrama.net' and not (v and v.admin_level):
|
||||
if request.host == 'old.rdrama.net' and not (v and (v.admin_level or v.patron)):
|
||||
return render_template("home.html", v=v, listing=[], next_exists=False, sort='hot', t='all', page=1)
|
||||
|
||||
if not v and request.path == "/" and not request.headers.get("Authorization"): return redirect(f"/logged_out{request.full_path}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue