# HG changeset patch # User Dan # Date 1232323169 18000 # Node ID 202c37a8713a50362eed399c5519b2a6036f78e4 # Parent 2563685556bccbef18cbb6a382ef4dbb64071835 Added license block to AmigaLink captcha engine and set this engine as the default; clarified licensing situation for this module in licenses/index.html diff -r 2563685556bc -r 202c37a8713a includes/captcha.php --- a/includes/captcha.php Sun Jan 18 18:13:48 2009 -0500 +++ b/includes/captcha.php Sun Jan 18 18:59:29 2009 -0500 @@ -158,6 +158,21 @@ unset($image); unset($_png); } elseif(defined('ENANO_CAPTCHA_BIGNFAT')) { + + /************************************************************************** + * usercp_confirm.php + * ------------------- + * begin : Feb 23, 2006 + * copyright : (C) 2006 AmigaLink + * website : www.AmigaLink.de + * + * $Id: usercp_confirm.php,v 2.0.9.0 2006/03/29 14:03:00 AmigaLink Exp $ + * ************************************************************************ + * CAPTCHA engine by AmigaLink - Copyright (C) 2006 + * Released under the GNU General Public License + * Modified for use in Enano approximately October 7, 2006 + */ + // Prefs $total_width = $this->captcha_config['width']; $total_height = $this->captcha_config['height']; @@ -743,6 +758,6 @@ } -// define('ENANO_CAPTCHA_BIGNFAT', ''); +define('ENANO_CAPTCHA_BIGNFAT', ''); ?> diff -r 2563685556bc -r 202c37a8713a licenses/index.html --- a/licenses/index.html Sun Jan 18 18:13:48 2009 -0500 +++ b/licenses/index.html Sun Jan 18 18:59:29 2009 -0500 @@ -82,7 +82,7 @@