1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-15 05:04:09 +02:00

Merge pull request #6599 from marc1706/ticket/12960

[ticket/12960] Remove broken captcha and add incomplete captcha as placeholder
This commit is contained in:
Marc Alexander
2024-04-28 09:02:14 +02:00
committed by GitHub
27 changed files with 371 additions and 4230 deletions

View File

@@ -166,12 +166,6 @@ class add_config_settings extends database_task
'site_desc' => $this->install_config->get('board_description'),
];
if (@extension_loaded('gd'))
{
$updates['captcha_plugin'] = 'core.captcha.plugins.gd';
$updates['captcha_gd'] = '1';
}
$ref = substr($referer, strpos($referer, '://') + 3);
if (!(stripos($ref, $server_name) === 0))
{