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', ''); ?>