CRLF to LF

This commit is contained in:
djmaze 2020-03-11 14:17:52 +01:00
parent 4468d5bd22
commit 6e0d0b3b6e
209 changed files with 23729 additions and 22109 deletions

View file

@ -52,7 +52,7 @@ function md5crypt($pw, $salt = "", $magic = "")
{
$ctx .= $pw[0];
}
$i = $i >> 1;
}