core: Rename RssBridge.php to rssbridge.php

Using lower case letters because the file doesn't implement a class.
This commit is contained in:
logmanoriginal 2018-11-10 19:01:57 +01:00
parent 2bb13169b4
commit 697d63bb96
3 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ if(file_exists('DEBUG')) {
}
}
require_once __DIR__ . '/lib/RssBridge.php';
require_once __DIR__ . '/lib/rssbridge.php';
// Specify path for whitelist file
define('WHITELIST_FILE', __DIR__ . '/whitelist.txt');