forked from indymedia/epicyon
No slash
parent
c321c00e44
commit
74ef61fc95
|
@ -1143,7 +1143,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
return
|
return
|
||||||
|
|
||||||
# favicon image
|
# favicon image
|
||||||
if htmlGET and '/favicon.ico' in self.path:
|
if htmlGET and '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