core: Rename RssBridge.php to rssbridge.php
Using lower case letters because the file doesn't implement a class.
This commit is contained in:
parent
2bb13169b4
commit
697d63bb96
3 changed files with 2 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue