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