Show
Ignore:
Timestamp:
07/09/2008 04:10:48 PM (5 months ago)
Author:
Geert
Message:

Follow-up to r3015

  • Added Captcha::factory()
  • Added a Captcha example, try it out
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/controllers/captcha.php

    r3015 r3016  
    11<?php defined('SYSPATH') or die('No direct script access.'); 
    22/** 
    3  * Outputs the dynamic Captcha image. 
     3 * Outputs the dynamic Captcha resource. 
    44 * Usage: Call the Captcha controller from a view, e.g. 
    55 *        <img src="<?php echo url::site('captcha') ?>" />