mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
#12416 fixed encryption_passphrase in metaconsole
This commit is contained in:
parent
874e60bf55
commit
1e4c5563d3
@ -1234,7 +1234,7 @@ if (has_metaconsole() === true
|
||||
[
|
||||
'dbhost' => $config['replication_dbhost'],
|
||||
'dbuser' => $config['replication_dbuser'],
|
||||
'dbpass' => io_output_password($config['replication_dbpass']),
|
||||
'dbpass' => $config['replication_dbpass'],
|
||||
'dbname' => $config['replication_dbname'],
|
||||
]
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user