forked from leftypol/leftypol
Remove duplicate block for captcha to work on dev
This commit is contained in:
parent
f0b3c0fcb6
commit
ec1041e095
2 changed files with 5 additions and 18 deletions
|
@ -59,7 +59,7 @@ return array(
|
|||
'session_name' => null,
|
||||
|
||||
// change to true to store codes in a database
|
||||
'use_database' => false,
|
||||
'use_database' => true,
|
||||
|
||||
// database engine to use for storing codes. must have the PDO extension loaded
|
||||
// Values choices are:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue