SproutCMS

This is the code documentation for the SproutCMS project

class CaptchaController

Used for generating CAPTCHA images and explanatory text

Source code (2 results)

/sprout/config/routes.php   Highlighted file source

Line 150: $config['captcha/image/([0-9]+)'] = 'Sprout\\Controllers\\CaptchaController/image/$1';
Line 151: $config['captcha/about'] = 'Sprout\\Controllers\\CaptchaController/about';

/sprout/Controllers/CaptchaController.php   Highlighted file source

Line 24: class CaptchaController extends Controller

A total of 3 lines in 2 files were found