mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 10:44:20 +02:00
[ticket/11157] Fix remaining captcha spam.
PHPBB3-11157
This commit is contained in:
@@ -45,12 +45,12 @@ class phpbb_captcha_nogd extends phpbb_default_captcha
|
||||
return $instance;
|
||||
}
|
||||
|
||||
function is_available()
|
||||
public static function is_available()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
function get_name()
|
||||
public static function get_name()
|
||||
{
|
||||
return 'CAPTCHA_NO_GD';
|
||||
}
|
||||
|
Reference in New Issue
Block a user