diff options
| author | wn_ <invalid@email.com> | 2025-01-26 17:21:12 +0000 |
|---|---|---|
| committer | wn_ <invalid@email.com> | 2025-01-26 17:21:12 +0000 |
| commit | d361c1c65d912358c9a9eee1db1992ff532eb299 (patch) | |
| tree | 4d4665560f621240da7d9ba3e396bd5583485235 | |
| parent | 7618101e333c2d3c183031d52d1b3adfa0b3c009 (diff) | |
Remove now-unused 'Config::ICONS_URL'.
| -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 ], |