mirror of https://gitlab.com/bashrc2/epicyon
Assign variable
parent
42531e476f
commit
beb1442a2d
|
@ -5076,6 +5076,7 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
cookie: str, debug: bool) -> None:
|
||||
"""Show person options screen
|
||||
"""
|
||||
backToPath = ''
|
||||
optionsStr = path.split('?options=')[1]
|
||||
originPathStr = path.split('?options=')[0]
|
||||
if ';' in optionsStr and '/users/news/' not in path:
|
||||
|
|
Loading…
Reference in New Issue