From e838558672df7098bd6593bdf9f3e55a2dbc75d0 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 5 Jul 2004 15:05:25 +0000 Subject: [PATCH] add git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162680 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/crypt.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/reference/strings/functions/crypt.xml b/reference/strings/functions/crypt.xml index 7692b8f1cf..1d0e619607 100644 --- a/reference/strings/functions/crypt.xml +++ b/reference/strings/functions/crypt.xml @@ -1,5 +1,5 @@ - + @@ -103,10 +103,12 @@ 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. + + 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. +