diff --git a/reference/strings/functions/crypt.xml b/reference/strings/functions/crypt.xml index 6dfd96f6ca..c2c1a88fc8 100644 --- a/reference/strings/functions/crypt.xml +++ b/reference/strings/functions/crypt.xml @@ -1,5 +1,5 @@ - + @@ -105,18 +105,14 @@ if (crypt($user_input, $password) == $password) { Using <function>crypt</function> with htpasswd - - To create a password for use with an apache htpasswd file, you'll need to - use the first two letters of the password as the salt. - ]]>