0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

check output / travis fun

This commit is contained in:
David Goodwin 2019-02-15 22:05:01 +00:00
parent fe48b35cfd
commit 018f5d9e05

View File

@ -55,6 +55,8 @@ if (getenv('DATABASE') == 'mysql') {
$config = parse_ini_file($expand_tilde('~/.my.cnf'));
var_dump($config);
if (empty($config)) {
$config = ['user'=>'root', 'host' => '127.0.0.1', 'password' => ''];
}