mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-10 08:58:50 +00:00
fix: typo in previous commit (#3934)
This commit is contained in:
parent
6938f06125
commit
c3a968193e
@ -43,7 +43,7 @@ spl_autoload_register(function ($className) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$customConfig = [];
|
$customConfig = [];
|
||||||
if (file_exists(__DIR__ . '/config.ini.php')) {
|
if (file_exists(__DIR__ . '/../config.ini.php')) {
|
||||||
$customConfig = parse_ini_file(__DIR__ . '/config.ini.php', true, INI_SCANNER_TYPED);
|
$customConfig = parse_ini_file(__DIR__ . '/../config.ini.php', true, INI_SCANNER_TYPED);
|
||||||
}
|
}
|
||||||
Configuration::loadConfiguration($customConfig, getenv());
|
Configuration::loadConfiguration($customConfig, getenv());
|
||||||
|
Loading…
Reference in New Issue
Block a user