You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-07 17:42:53 +03:00
Add missing global
... you should never edit with the GitHub web GUI, lazy me.
This commit is contained in:
@@ -1086,6 +1086,8 @@ function _pacrypt_php_crypt($pw, $pw_db) {
|
|||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
function _php_crypt_generate_crypt_salt($hash_type='SHA512') {
|
function _php_crypt_generate_crypt_salt($hash_type='SHA512') {
|
||||||
|
global $CONF;
|
||||||
|
|
||||||
// generate a salt (with magic matching chosen hash algorithm) for the PHP crypt() function
|
// generate a salt (with magic matching chosen hash algorithm) for the PHP crypt() function
|
||||||
|
|
||||||
// most commonly used alphabet
|
// most commonly used alphabet
|
||||||
|
Reference in New Issue
Block a user