mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-12-19 17:55:33 +03:00
[CubariProxyBridge] Fix favicon (#4347)
This commit is contained in:
parent
c7f9870ba7
commit
88ccc6067c
1 changed files with 5 additions and 0 deletions
|
@ -121,4 +121,9 @@ class CubariProxyBridge extends BridgeAbstract
|
|||
}
|
||||
return $uri;
|
||||
}
|
||||
|
||||
public function getFavicon()
|
||||
{
|
||||
return parent::getURI() . '/static/favicon.ico';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue