diff --git a/files/routes/wrappers.py b/files/routes/wrappers.py index 061bafa34..565c01e37 100644 --- a/files/routes/wrappers.py +++ b/files/routes/wrappers.py @@ -41,8 +41,8 @@ def get_logged_in_user(): else: session.pop("lo_user") - if SITE == 'devrama.net' and not (v and v.username == 'Aevann'): - abort(403, "Only Aevann can access devrama for now!") + # if SITE == 'devrama.net' and not (v and v.id == 7): + # abort(403, "Only Aevann can access devrama for now!") if request.method.lower() != "get" and get_setting('read_only_mode') and not (v and v.admin_level >= PERMS['SITE_BYPASS_READ_ONLY_MODE']): abort(403)