forked from indymedia/epicyon
No html check for favicon
parent
74ef61fc95
commit
78e13dbd82
|
@ -1143,7 +1143,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
return
|
return
|
||||||
|
|
||||||
# favicon image
|
# favicon image
|
||||||
if htmlGET and 'favicon.ico' in self.path:
|
if 'favicon.ico' in self.path:
|
||||||
# custom favicon
|
# custom favicon
|
||||||
faviconFilename = \
|
faviconFilename = \
|
||||||
self.server.baseDir + '/favicon.ico'
|
self.server.baseDir + '/favicon.ico'
|
||||||
|
|
Loading…
Reference in New Issue