mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12961] Add link in anti-spam ACP page to titania
PHPBB3-12961
This commit is contained in:
parent
1dc2d0e759
commit
55260127bd
2 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
<p>{L_ACP_VC_SETTINGS_EXPLAIN}</p>
|
||||
|
||||
<p>{L_ACP_VC_EXT_GET_MORE} <a href="https://www.phpbb.com/customise/db/extensions/?from=acp" target="_blank" style="font-weight: bold;">{L_ACP_VC_EXT_LINK}</a></p>
|
||||
|
||||
<form id="acp_captcha" method="post" action="{U_ACTION}">
|
||||
|
||||
|
|
|
@ -298,6 +298,8 @@ $lang = array_merge($lang, array(
|
|||
// Visual Confirmation Settings
|
||||
$lang = array_merge($lang, array(
|
||||
'ACP_VC_SETTINGS_EXPLAIN' => 'Here you can select and configure plugins, which are designed to block automated form submissions by spambots. These plugins typically work by challenging the user with a <em>CAPTCHA</em>, a test which is designed to be difficult for computers to solve.',
|
||||
'ACP_VC_EXT_GET_MORE' => 'For additional (and possibly better) anti-spam plugins, visit the',
|
||||
'ACP_VC_EXT_LINK' => 'phpBB.com anti-spam extensions database',
|
||||
'AVAILABLE_CAPTCHAS' => 'Available plugins',
|
||||
'CAPTCHA_UNAVAILABLE' => 'The plugin cannot be selected as its requirements are not met.',
|
||||
'CAPTCHA_GD' => 'GD image',
|
||||
|
|
Loading…
Add table
Reference in a new issue