1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

[ticket/17414] Remove install steps for captcha plugins

This should be handled by migrations instead.

PHPBB-17414
This commit is contained in:
Marc Alexander
2024-10-05 17:06:10 +02:00
parent 89bb72c277
commit 8429145241
6 changed files with 54 additions and 37 deletions

View File

@@ -184,11 +184,6 @@ abstract class captcha_abstract
$this->garbage_collect(0);
}
function install()
{
return;
}
function validate()
{
global $user;