mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-24 14:18:48 +02: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;
|
return $uri;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getFavicon()
|
||||||
|
{
|
||||||
|
return parent::getURI() . '/static/favicon.ico';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue