mirror of https://gitlab.com/bashrc2/epicyon
Check users in path
parent
e60ad9c733
commit
4cfa6ec63b
|
@ -11601,7 +11601,8 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
print('DEBUG: replydm path ' + self.path)
|
print('DEBUG: replydm path ' + self.path)
|
||||||
|
|
||||||
# Edit a blog post
|
# Edit a blog post
|
||||||
if '/tlblogs' in self.path and \
|
if authorized and \
|
||||||
|
'/users/' in self.path and \
|
||||||
'?editblogpost=' in self.path and \
|
'?editblogpost=' in self.path and \
|
||||||
'?actor=' in self.path:
|
'?actor=' in self.path:
|
||||||
messageId = self.path.split('?editblogpost=')[1]
|
messageId = self.path.split('?editblogpost=')[1]
|
||||||
|
|
Loading…
Reference in New Issue