From 4712b29eccf62afb5520f649fccb4f632b46f64c Mon Sep 17 00:00:00 2001 From: Dave Barr Date: Thu, 5 Aug 2004 05:37:20 +0000 Subject: [PATCH] - Remove incorrect information from example. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165351 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/crypt.xml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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. - ]]>