mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-02 17:14:38 +02:00
core: Define path to whitelist.txt in rssbridge.php
This commit is contained in:
parent
ecdac1b089
commit
9379854f7a
3 changed files with 7 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue