Code formatting
This commit is contained in:
@ -11,11 +11,11 @@
|
||||
|
||||
class CaptchaImageAction
|
||||
{
|
||||
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$captcha = new Captcha();
|
||||
echo $captcha->getImage(Env::Get('ctoken'));
|
||||
exit();
|
||||
exit();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user