mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 19:41:55 +02:00
remove restriction forcing non-blank root pw
This commit is contained in:
parent
9cf266e662
commit
40288f21ca
2 changed files with 3 additions and 1 deletions
|
@ -38,7 +38,7 @@ function check_database($host,$username,$pass) {
|
|||
if (!is_resource($dbh)) {
|
||||
return false;
|
||||
}
|
||||
if (!$host || !$username || !$pass) {
|
||||
if (!$host || !$username) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue