mirror of https://gitlab.com/bashrc2/epicyon
Moderation screen path
parent
4c47245a41
commit
0c536454ca
|
@ -11110,7 +11110,7 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
|
||||
# get the moderation feed for a moderator
|
||||
if self.path.endswith('/moderation') or \
|
||||
'/moderation?page=' in self.path:
|
||||
'/moderation?' in self.path:
|
||||
if self._showModTimeline(authorized,
|
||||
callingDomain, self.path,
|
||||
self.server.baseDir,
|
||||
|
|
Loading…
Reference in New Issue