refactor: rename rssbridge.php to bootstrap.php (#2987)

Fix #2986
This commit is contained in:
Dag 2022-08-27 23:01:06 +02:00 committed by GitHub
parent 1ca4dd69f7
commit 97808abca1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<?php
require_once __DIR__ . '/lib/rssbridge.php';
require_once __DIR__ . '/lib/bootstrap.php';
$rssBridge = new RssBridge();