This commit is contained in:
Aevann1 2022-02-11 20:44:12 +02:00
parent 589d028b20
commit 19f8c863ac
5 changed files with 8 additions and 8 deletions

View file

@ -35,7 +35,7 @@ def post_pid_comment_cid(cid, pid=None, anything=None, v=None, sub=None):
if not v and not request.path.startswith('/logged_out'): return redirect(f"{SITE_FULL}/logged_out{request.full_path}")
if v and request.path.startswith('/logged_out'): v = None
if v and request.path.startswith('/logged_out'): return redirect(SITE_FULL + request.full_path.replace('/logged_out',''))
try: cid = int(cid)
except: abort(404)