diff -r 17eebd541742 -r e48b1937dfc3 includes/captcha.php --- a/includes/captcha.php Sat Mar 21 18:57:34 2009 -0400 +++ b/includes/captcha.php Sat Mar 21 18:58:41 2009 -0400 @@ -2,7 +2,7 @@ /* * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between - * Version 1.0.5 (Ferrishyn) + * Version 1.0.6 (Roane) * Copyright (C) 2006-2007 Dan Fuhry * captcha.php - visual confirmation system used during registration * @@ -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', ''); ?>