core: Define path to whitelist.txt in rssbridge.php

This commit is contained in:
logmanoriginal 2018-11-10 19:51:37 +01:00
parent ecdac1b089
commit 9379854f7a
3 changed files with 7 additions and 9 deletions

View file

@ -6,6 +6,7 @@ define('PATH_LIB_BRIDGES', __DIR__ . '/../bridges/'); // Path to bridges library
define('PATH_LIB_FORMATS', __DIR__ . '/../formats/'); // Path to formats library
define('PATH_LIB_CACHES', __DIR__ . '/../caches/'); // Path to caches library
define('PATH_CACHE', __DIR__ . '/../cache/'); // Path to cache folder
define('WHITELIST', __DIR__ . '/../whitelist.txt'); // Path to whitelist file
define('REPOSITORY', 'https://github.com/RSS-Bridge/rss-bridge/');
// Interfaces