Changeset 3016 for trunk/system/controllers/captcha.php
- Timestamp:
- 07/09/2008 04:10:48 PM (5 months ago)
- Files:
-
- 1 modified
-
trunk/system/controllers/captcha.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/controllers/captcha.php
r3015 r3016 1 1 <?php defined('SYSPATH') or die('No direct script access.'); 2 2 /** 3 * Outputs the dynamic Captcha image.3 * Outputs the dynamic Captcha resource. 4 4 * Usage: Call the Captcha controller from a view, e.g. 5 5 * <img src="<?php echo url::site('captcha') ?>" />
