From dbae5871a7e670d50260dc8e8af474ef763c0130 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 18 Dec 2021 05:39:31 +0200 Subject: [PATCH] fdsfsd --- files/routes/front.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/routes/front.py b/files/routes/front.py index 48a77c3c0a..901edcb47b 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -123,8 +123,7 @@ def notifications(v): @auth_desired def front_all(v): - 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) + 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}")