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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user