mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 11:44:08 +02:00
[ticket/17414] Change incomplete CAPTCHA to extend new base class
PHPBB-17414
This commit is contained in:
@@ -229,7 +229,7 @@ class turnstile extends base
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function acp_page($id, $module): void
|
||||
public function acp_page(mixed $id, mixed $module): void
|
||||
{
|
||||
$captcha_vars = [
|
||||
'captcha_turnstile_sitekey' => 'CAPTCHA_TURNSTILE_SITEKEY',
|
||||
|
Reference in New Issue
Block a user