mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 07:18:08 +02:00
[ticket/11854] Update the default captcha choosen during the installation
PHPBB3-11854
This commit is contained in:
@@ -1382,7 +1382,7 @@ class install_install extends module
|
|||||||
if (@extension_loaded('gd'))
|
if (@extension_loaded('gd'))
|
||||||
{
|
{
|
||||||
$sql_ary[] = 'UPDATE ' . $data['table_prefix'] . "config
|
$sql_ary[] = 'UPDATE ' . $data['table_prefix'] . "config
|
||||||
SET config_value = 'phpbb_captcha_gd'
|
SET config_value = 'core.captcha.plugins.gd'
|
||||||
WHERE config_name = 'captcha_plugin'";
|
WHERE config_name = 'captcha_plugin'";
|
||||||
|
|
||||||
$sql_ary[] = 'UPDATE ' . $data['table_prefix'] . "config
|
$sql_ary[] = 'UPDATE ' . $data['table_prefix'] . "config
|
||||||
|
Reference in New Issue
Block a user