Add missing global

... you should never edit with the GitHub web GUI, lazy me.
pull/181/head
Aleksi Kinnunen 8 years ago committed by GitHub
parent b676e8337f
commit c1b5e66e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1086,6 +1086,8 @@ function _pacrypt_php_crypt($pw, $pw_db) {
* @return string
*/
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
// most commonly used alphabet

Loading…
Cancel
Save