1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-28 16:29:50 +02:00
This commit is contained in:
David Grudl
2023-09-26 01:46:03 +02:00
parent 8564217bc1
commit e45638eab4
8 changed files with 41 additions and 44 deletions

View File

@@ -20,7 +20,7 @@ date_default_timezone_set('Europe/Prague');
try {
$config = Tester\Environment::loadData();
} catch (Throwable $e) {
$config = parse_ini_file(__DIR__ . '/../databases.ini', true);
$config = parse_ini_file(__DIR__ . '/../databases.ini', process_sections: true);
$config = reset($config);
}