mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
misc(text captcha): Disabled scatter effect by default
This commit is contained in:
parent
37f0fb93f3
commit
3af5202f7b
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ class TextCaptcha implements CaptchaInterface
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->captcha = new CaptchaBuilder;
|
$this->captcha = new CaptchaBuilder;
|
||||||
|
$this->captcha->setScatterEffect(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue