diff options
Diffstat (limited to 'lib/bootstrap.php')
-rw-r--r-- | lib/bootstrap.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/bootstrap.php b/lib/bootstrap.php index 86182801..e05dd94a 100644 --- a/lib/bootstrap.php +++ b/lib/bootstrap.php @@ -29,12 +29,6 @@ const PATH_LIB_ACTIONS = __DIR__ . '/../actions/'; /** Path to the cache folder */ const PATH_CACHE = __DIR__ . '/../cache/'; -/** Path to the whitelist file */ -const WHITELIST = __DIR__ . '/../whitelist.txt'; - -/** Path to the default whitelist file */ -const WHITELIST_DEFAULT = __DIR__ . '/../whitelist.default.txt'; - /** URL to the RSS-Bridge repository */ const REPOSITORY = 'https://github.com/RSS-Bridge/rss-bridge/'; |