mirror of https://gitlab.com/bashrc2/epicyon
No get
parent
c5bb57a424
commit
856b8a1516
|
@ -13699,7 +13699,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
|
|
||||||
# cached favicon images
|
# cached favicon images
|
||||||
# Note that this comes before the busy flag to avoid conflicts
|
# Note that this comes before the busy flag to avoid conflicts
|
||||||
if htmlGET and self.path.startswith('/favicons/'):
|
if self.path.startswith('/favicons/'):
|
||||||
if self.server.domainFull in self.path:
|
if self.server.domainFull in self.path:
|
||||||
# favicon for this instance
|
# favicon for this instance
|
||||||
self._getFavicon(callingDomain, self.server.baseDir,
|
self._getFavicon(callingDomain, self.server.baseDir,
|
||||||
|
|
Loading…
Reference in New Issue