1
0
Fork 0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-03-21 07:31:34 +03:00
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/bootstrap.php';
$rssBridge = new RssBridge();
$rssBridge->main($argv ?? []);