Changeset 3281 for trunk/system/controllers/captcha.php
- Timestamp:
- 08/06/2008 11:13:58 AM (4 months ago)
- Files:
-
- 1 modified
-
trunk/system/controllers/captcha.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/controllers/captcha.php
r3064 r3281 14 14 class Captcha_Controller extends Controller { 15 15 16 public function _ default()16 public function __call($method, $args) 17 17 { 18 18 // Output the Captcha challenge resource (no html)
