mirror of https://gitlab.com/bashrc2/epicyon
Undo
parent
d19e345e47
commit
e22e31f131
|
@ -5426,7 +5426,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
|
|
||||||
# undo an announce/repeat from the web interface
|
# undo an announce/repeat from the web interface
|
||||||
if htmlGET and '?unrepeat=' in self.path:
|
if htmlGET and '?unrepeat=' in self.path:
|
||||||
self._announceButton(callingDomain, self.path,
|
self._undoAnnounceButton(callingDomain, self.path,
|
||||||
self.server.baseDir,
|
self.server.baseDir,
|
||||||
cookie, self.server.proxyType,
|
cookie, self.server.proxyType,
|
||||||
self.server.httpPrefix,
|
self.server.httpPrefix,
|
||||||
|
|
Loading…
Reference in New Issue