securimage in webconfig
Make sure securimage option (to enable captcha) can be set in web configuration, by adding the default (false) to config.php
This commit is contained in:
parent
bb283f75b4
commit
e3ee8acc93
|
@ -31,6 +31,8 @@
|
||||||
* =======================
|
* =======================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
$config['securimage'] = false;
|
||||||
|
|
||||||
// Global announcement -- the very simple version.
|
// Global announcement -- the very simple version.
|
||||||
// This used to be wrongly named $config['blotter'] (still exists as an alias).
|
// This used to be wrongly named $config['blotter'] (still exists as an alias).
|
||||||
// $config['global_message'] = 'This is an important announcement!';
|
// $config['global_message'] = 'This is an important announcement!';
|
||||||
|
|
Loading…
Reference in New Issue