mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 22:33:55 -07:00
Update TextCaptcha.php
This commit is contained in:
parent
33c9a5f77c
commit
a67d0b8956
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ class TextCaptcha implements CaptchaInterface
|
|||
*/
|
||||
public function __construct(array $settings)
|
||||
{
|
||||
session_unset();
|
||||
session_start();
|
||||
|
||||
$this->settings = $settings;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue