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:
@@ -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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user