diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-01-27 05:39:13 +0000 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-01-27 05:39:13 +0000 |
| commit | 59b94a9e455dabd54dfc7684637333826d70306f (patch) | |
| tree | 4d4665560f621240da7d9ba3e396bd5583485235 /classes/Config.php | |
| parent | 0eb4571c193b976d55c548c3a7835a47549ca180 (diff) | |
| parent | d361c1c65d912358c9a9eee1db1992ff532eb299 (diff) | |
Merge branch 'feed-icons-misc' into 'master'
Feed icons cleanup
See merge request tt-rss/tt-rss!99
Diffstat (limited to 'classes/Config.php')
| -rw-r--r-- | classes/Config.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/classes/Config.php b/classes/Config.php index 356f81391..a7c0a04b2 100644 --- a/classes/Config.php +++ b/classes/Config.php @@ -73,9 +73,6 @@ class Config { /** directory for feed favicons (directory must be writable) */ const ICONS_DIR = "ICONS_DIR"; - /** URL for feed favicons */ - const ICONS_URL = "ICONS_URL"; - /** auto create users authenticated via external modules */ const AUTH_AUTO_CREATE = "AUTH_AUTO_CREATE"; @@ -208,7 +205,6 @@ class Config { Config::LOCK_DIRECTORY => [ "lock", Config::T_STRING ], Config::CACHE_DIR => [ "cache", Config::T_STRING ], Config::ICONS_DIR => [ "feed-icons", Config::T_STRING ], - Config::ICONS_URL => [ "feed-icons", Config::T_STRING ], Config::AUTH_AUTO_CREATE => [ "true", Config::T_BOOL ], Config::AUTH_AUTO_LOGIN => [ "true", Config::T_BOOL ], Config::FORCE_ARTICLE_PURGE => [ 0, Config::T_INT ], |