1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 10:49:37 +02:00

Fixed #790: Installing with database connection via unix socket?

This commit is contained in:
Afterster 2015-04-07 22:08:00 +02:00
parent 95dfb9e2e1
commit cbf4ddd8b3

View file

@ -96,9 +96,10 @@ function check_config_values($conf)
if (!$conf['database_username']) {
return false;
}
if (!$conf['database_password']) {
/* Don't check for password to support mysql socket auth
* if (!$conf['database_password']) {
return false;
}
}*/
if (!$conf['session_length']) {
return false;
}