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:
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']) {
|
if (!$conf['database_username']) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (!$conf['database_password']) {
|
/* Don't check for password to support mysql socket auth
|
||||||
|
* if (!$conf['database_password']) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}*/
|
||||||
if (!$conf['session_length']) {
|
if (!$conf['session_length']) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue