0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

fix phpdoc

This commit is contained in:
David Goodwin 2018-02-18 20:32:34 +00:00
parent 12242b0893
commit 6ed1527497

View File

@ -899,7 +899,7 @@ function validate_password($password) {
* the second parameter ($pw_db), which is the existing hash from the DB.
*
* @param string $pw
* @param string $encrypted password
* @param string $pw_db optional encrypted password
* @return string encrypted password.
*/
function pacrypt($pw, $pw_db="") {