includes/captcha.php
changeset 327 202c37a8713a
parent 318 eec2dfd2f0a3
equal deleted inserted replaced
326:2563685556bc 327:202c37a8713a
   156       echo $image;
   156       echo $image;
   157       
   157       
   158       unset($image);
   158       unset($image);
   159       unset($_png);
   159       unset($_png);
   160     } elseif(defined('ENANO_CAPTCHA_BIGNFAT')) {
   160     } elseif(defined('ENANO_CAPTCHA_BIGNFAT')) {
       
   161       
       
   162       /**************************************************************************
       
   163        *                            usercp_confirm.php
       
   164        *                            -------------------
       
   165        *   begin                : Feb 23, 2006
       
   166        *   copyright            : (C) 2006 AmigaLink
       
   167        *   website              : www.AmigaLink.de
       
   168        *
       
   169        *   $Id: usercp_confirm.php,v 2.0.9.0 2006/03/29 14:03:00 AmigaLink Exp $
       
   170        * ************************************************************************
       
   171        * CAPTCHA engine by AmigaLink - Copyright (C) 2006
       
   172        * Released under the GNU General Public License
       
   173        * Modified for use in Enano approximately October 7, 2006
       
   174        */
       
   175       
   161       // Prefs
   176       // Prefs
   162       $total_width = $this->captcha_config['width'];
   177       $total_width = $this->captcha_config['width'];
   163       $total_height = $this->captcha_config['height'];
   178       $total_height = $this->captcha_config['height'];
   164       
   179       
   165       $hex_bg_color = $this->get_rgb($this->captcha_config['background_color']);
   180       $hex_bg_color = $this->get_rgb($this->captcha_config['background_color']);
   741      return $match[0];
   756      return $match[0];
   742   }
   757   }
   743     
   758     
   744 }
   759 }
   745 
   760 
   746 // define('ENANO_CAPTCHA_BIGNFAT', '');
   761 define('ENANO_CAPTCHA_BIGNFAT', '');
   747   
   762   
   748 ?>
   763 ?>