Add namespace.
This commit is contained in:
19
Captcha/CaptchaImageAction.php
Normal file
19
Captcha/CaptchaImageAction.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* @copyright NetMonsters <team@netmonsters.ru>
|
||||
* @link http://netmonsters.ru
|
||||
* @package Majestic
|
||||
* @subpackage captcha
|
||||
* @since 2010-04-24
|
||||
*/
|
||||
|
||||
class CaptchaImageAction
|
||||
{
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$captcha = new Captcha();
|
||||
echo $captcha->getImage(Env::Get('ctoken'));
|
||||
exit();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user