Update upgrade.php

This commit is contained in:
FusionPBX 2022-10-19 22:25:28 -06:00 committed by GitHub
parent 2ea90bfc52
commit 87360643ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
$conf .= "database.0.type = ".$db_type."\n";
$conf .= "database.0.host = ".$db_host."\n";
$conf .= "database.0.port = ".$db_port."\n";
$conf .= "database.0.sslmode=prefer\n";
$conf .= "database.0.sslmode = prefer\n";
$conf .= "database.0.name = ".$db_name."\n";
$conf .= "database.0.username = ".$db_username."\n";
$conf .= "database.0.password = ".$db_password."\n";