|
From: Benjamin C. <bc...@us...> - 2001-08-09 13:03:07
|
Update of /cvsroot/phpbt/phpbt In directory usw-pr-cvs1:/tmp/cvs-serv16250 Modified Files: include.php Log Message: Attributions Index: include.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/include.php,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- include.php 2001/08/09 12:54:47 1.22 +++ include.php 2001/08/09 13:03:03 1.23 @@ -340,7 +340,7 @@ /// /// Generates a somewhat random pronounceable password $length letters long -/// (From zend.com) +/// (From zend.com user Rival7) function genpassword($length){ srand((double)microtime()*1000000); @@ -398,7 +398,7 @@ /// /// Check the validity of an email address -/// (From zend.com) +/// (From zend.com user russIndr) function valid_email($email) { return eregi('^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$', $email); } |