From e3ee8acc930f67dd9e792ccc893da03b2a8257e9 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Sat, 15 May 2021 03:01:15 -0400 Subject: [PATCH] securimage in webconfig Make sure securimage option (to enable captcha) can be set in web configuration, by adding the default (false) to config.php --- inc/config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/config.php b/inc/config.php index 1444c61b..b75415b5 100644 --- a/inc/config.php +++ b/inc/config.php @@ -31,6 +31,8 @@ * ======================= */ + $config['securimage'] = false; + // Global announcement -- the very simple version. // This used to be wrongly named $config['blotter'] (still exists as an alias). // $config['global_message'] = 'This is an important announcement!';