mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 21:30:14 +02:00
chore: add tools for manually administrating the configured cache (#3867)
This commit is contained in:
@@ -59,7 +59,7 @@ final class Configuration
|
||||
}
|
||||
$config = parse_ini_file(__DIR__ . '/../config.default.ini.php', true, INI_SCANNER_TYPED);
|
||||
if (!$config) {
|
||||
throw new \Exception('Error parsing config');
|
||||
throw new \Exception('Error parsing ini config');
|
||||
}
|
||||
foreach ($config as $header => $section) {
|
||||
foreach ($section as $key => $value) {
|
||||
|
Reference in New Issue
Block a user