1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-01-17 06:08:27 +01:00
php-rss-bridge/index.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
115 B
PHP
Raw Normal View History

<?php
require_once __DIR__ . '/lib/rssbridge.php';
$rssBridge = new RssBridge();
$rssBridge->main($argv ?? []);