aboutsummaryrefslogtreecommitdiff
path: root/lib/rssbridge.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rssbridge.php')
-rw-r--r--lib/rssbridge.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/rssbridge.php b/lib/rssbridge.php
index b1261ffd..8e5cf69c 100644
--- a/lib/rssbridge.php
+++ b/lib/rssbridge.php
@@ -36,12 +36,6 @@ const WHITELIST = __DIR__ . '/../whitelist.txt';
/** Path to the default whitelist file */
const WHITELIST_DEFAULT = __DIR__ . '/../whitelist.default.txt';
-/** Path to the configuration file */
-const FILE_CONFIG = __DIR__ . '/../config.ini.php';
-
-/** Path to the default configuration file */
-const FILE_CONFIG_DEFAULT = __DIR__ . '/../config.default.ini.php';
-
/** URL to the RSS-Bridge repository */
const REPOSITORY = 'https://github.com/RSS-Bridge/rss-bridge/';