mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 02:39:47 +02:00
Fixed #790: Installing with database connection via unix socket?
This commit is contained in:
parent
95dfb9e2e1
commit
cbf4ddd8b3
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue