mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-13 03:27:45 +02:00
feat(icons): add default icons for podcasting, social and funding platforms + remove complex icons
- add pleroma, misskey and fosspay platforms - update adaures/ipcat-php to fix autoload issue - fix Breez and Podcast Guru icons closes #166, #167, #170
This commit is contained in:
parent
3b6722a42b
commit
5bcdfebe64
102 changed files with 384 additions and 173 deletions
|
|
@ -2,17 +2,17 @@
|
|||
|
||||
declare(strict_types=1);
|
||||
|
||||
use AdAures\Ipcat\IpDb;
|
||||
use CodeIgniter\Router\Exceptions\RouterException;
|
||||
use Config\Services;
|
||||
use GeoIp2\Database\Reader;
|
||||
use Opawg\UserAgentsPhp\UserAgents;
|
||||
/**
|
||||
* @copyright 2020 Ad Aures
|
||||
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
||||
* @link https://castopod.org/
|
||||
*/
|
||||
|
||||
use AdAures\Ipcat\IpDb;
|
||||
use CodeIgniter\Router\Exceptions\RouterException;
|
||||
use Config\Services;
|
||||
use GeoIp2\Database\Reader;
|
||||
use Opawg\UserAgentsPhp\UserAgents;
|
||||
use WhichBrowser\Parser;
|
||||
|
||||
if (! function_exists('base64_url_encode')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue