mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
Fix regression on pass encryption in conf
This commit is contained in:
@@ -178,7 +178,7 @@ function dolEncrypt($chain, $key = '', $ciphering = '', $forceseed = '')
|
||||
* Note: If a backup is restored onto another instance with a different $conf->file->instance_unique_id, then decoded value will differ.
|
||||
*
|
||||
* @param string $chain string to decode
|
||||
* @param string $key If '', we use $conf->file->instance_unique_id
|
||||
* @param string $key If '', we use $conf->file->dolcrypt_key else $conf->file->instance_unique_id
|
||||
* @return string encoded string
|
||||
* @since v17
|
||||
* @see dolEncrypt(), dol_hash()
|
||||
|
||||
Reference in New Issue
Block a user