Rss-Bridge/caches
logmanoriginal ccf375e917 config: Use global constant for config files
The configuration files are currently hard-coded in the configuration
classes and error messages. However, the implementation should not
rely on specific details like the file name. Instead, the files should
be part of the global definition.

This commit introduces two global constants for the configuration files

- FILE_CONFIG => 'config.ini.php'
- FILE_CONFIG_DEFAULT => 'config.default.ini.php'
2019-06-07 19:48:29 +02:00
..
FileCache.php caches: Refactor the API (#1060) 2019-04-29 20:12:43 +02:00
MemcachedCache.php config: Use global constant for config files 2019-06-07 19:48:29 +02:00
SQLiteCache.php config: Use global constant for config files 2019-06-07 19:48:29 +02:00