Exemplo n.º 1
0
 public function __construct($aFonts, $iWidth = CAPTCHA_WIDTH, $iHeight = CAPTCHA_HEIGHT)
 {
     parent::__construct('', $aFonts, $iWidth, $iHeight);
     $this->PhpCaptchaColour($aFonts, $iWidth, $iHeight);
 }