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

[ticket/17415] Start adding legacy wrapper for old captchas

PHPBB-17415
This commit is contained in:
Marc Alexander
2024-10-03 21:18:14 +02:00
parent b828c56dc9
commit 1b89184489
3 changed files with 105 additions and 1 deletions

View File

@@ -1,4 +1,15 @@
<?php
/**
*
* This file is part of the phpBB Forum Software package.
*
* @copyright (c) phpBB Limited <https://www.phpbb.com>
* @license GNU General Public License, version 2 (GPL-2.0)
*
* For full copyright and license information, please see
* the docs/CREDITS.txt file.
*
*/
namespace phpbb\captcha\plugins;
@@ -30,7 +41,7 @@ interface plugin_interface
*
* @return string
*/
public static function get_name(): string;
public function get_name(): string;
/**
* Display the captcha for the specified type