mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/12960] Use test api key for recaptcha v2 demo
PHPBB3-12960
This commit is contained in:
parent
12e9c3d082
commit
5e9d8662d1
1 changed files with 1 additions and 5 deletions
|
@ -1,4 +1,3 @@
|
||||||
<!-- IF S_RECAPTCHA_AVAILABLE -->
|
|
||||||
<dl>
|
<dl>
|
||||||
<dd>
|
<dd>
|
||||||
<noscript>
|
<noscript>
|
||||||
|
@ -7,9 +6,6 @@
|
||||||
|
|
||||||
{L_RECAPTCHA_INVISIBLE}
|
{L_RECAPTCHA_INVISIBLE}
|
||||||
<script src="{RECAPTCHA_SERVER}.js?hl={LA_RECAPTCHA_LANG}" async defer></script>
|
<script src="{RECAPTCHA_SERVER}.js?hl={LA_RECAPTCHA_LANG}" async defer></script>
|
||||||
<div class="g-recaptcha" data-sitekey="{RECAPTCHA_PUBKEY}" data-size="invisible"></div>
|
<div class="g-recaptcha" data-sitekey="{% if RECAPTCHA_PUBKEY %}{{ RECAPTCHA_PUBKEY }}{% else %}6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI{% endif %}" data-size="invisible"></div>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<!-- ELSE -->
|
|
||||||
{L_RECAPTCHA_NOT_AVAILABLE}
|
|
||||||
<!-- ENDIF -->
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue