Show
Ignore:
Timestamp:
04/16/08 03:07:25 (9 months ago)
Author:
aarkerio
Message:

Comment on new

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/vendors/kcaptcha/kcaptcha.php

    r1 r401  
    11<?php 
    2  
    32# KCAPTCHA PROJECT VERSION 1.2.4 
    43 
     
    1716# See kcaptcha_config.php for customizing 
    1817 
    19 class KCAPTCHA{ 
     18class KCAPTCHA { 
    2019 
    2120    // generates keystring and image 
    22     function KCAPTCHA(){ 
     21    public function KCAPTCHA(){ 
    2322 
    2423        require(dirname(__FILE__).'/kcaptcha_config.php'); 
     
    202201        } 
    203202 
    204         if(function_exists("imagejpeg")){ 
     203        if (function_exists("imagejpeg")) 
     204                { 
    205205            header("Content-Type: image/jpeg"); 
    206206            imagejpeg($img2, null, $jpeg_quality);