You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-09 05:02:44 +03:00
Typo fix
This commit is contained in:
@@ -1067,7 +1067,7 @@ function _pacrypt_php_crypt($pw, $pw_db) {
|
||||
$salt = $pw_db;
|
||||
} else {
|
||||
$salt_method = 'SHA512'; // hopefully a reasonable default (better than MD5)
|
||||
$difficulty = '';
|
||||
$hash_difficulty = '';
|
||||
// no pw provided. create new password hash
|
||||
if (strpos($CONF['encrypt'], ':') !== false) {
|
||||
// use specified hash method
|
||||
|
Reference in New Issue
Block a user