1 * v1.03 - 2007-01-19 - Ward Vandewege (ward@pong.be) 2 Bugfix: missing 'global' declaration of $url_prefix in the assignpasswordform function. Thanks to Jimmy Tang for pointing that out! 3 4 * v1.02 - 2006-12-03 - Ward Vandewege (ward@pong.be) 5 A 'comments' field has been added. 6 Added ability to assign a random password and email it to the user from within htpasstool. 7 Small layout changes. 8 9 * v1.01 - 2006-10-09 - Ward Vandewege (ward@pong.be) 10 Added patches by Derek (derk.ca): 11 - CSS and PNG images are now self contained in the PHP file, no longer 3 extra files needed. 12 - compatible with PHP4 using PHP5 compatible scandir() function. 13 14 Added BASE_DIRECTORY constant which allows setting the base directory under 15 which htpasstool is managing .htaccess files. 16 17 * v1.00 - 2006-10-08 - Ward Vandewege (ward@pong.be) 18 Initial release