fds
This commit is contained in:
parent
f2de666fcb
commit
ce2f54e4e7
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ def front_all(v):
|
|||
if request.path.startswith('/logged_out/mobile'):
|
||||
if g.system == "desktop": return redirect(request.full_path.replace('/mobile',''))
|
||||
elif request.path.startswith('/logged_out'):
|
||||
if g.system == "mobile": return redirect(f"/logged_out/mobile{request.full_path.replace('/logged_out','')}")
|
||||
if g.system == "mobile": return redirect(request.full_path.replace('/logged_out','/logged_out/mobile'))
|
||||
else:
|
||||
if g.system == "desktop": return redirect(f"/logged_out{request.full_path}")
|
||||
else: return redirect(f"/logged_out/mobile{request.full_path}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue