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:
towards-a-new-leftypol 2021-05-15 03:01:15 -04:00
parent bb283f75b4
commit e3ee8acc93
1 changed files with 2 additions and 0 deletions

View File

@ -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!';