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

[ticket/17413] Add acp settings for turnstile captcha

PHPBB-17413
This commit is contained in:
Marc Alexander
2024-10-12 21:08:50 +02:00
parent b55b42d09f
commit 2500f722ab
5 changed files with 148 additions and 5 deletions

View File

@@ -116,5 +116,12 @@ interface plugin_interface
*/
public function garbage_collect(int $confirm_type = 0): void;
/**
* Display acp page
*
* @param mixed $id ACP module id
* @param mixed $module ACP module name
* @return void
*/
public function acp_page($id, $module): void;
}