diff options
Diffstat (limited to 'phpBB/adm/style/captcha_recaptcha.html')
-rw-r--r-- | phpBB/adm/style/captcha_recaptcha.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/phpBB/adm/style/captcha_recaptcha.html b/phpBB/adm/style/captcha_recaptcha.html deleted file mode 100644 index f325c3727d..0000000000 --- a/phpBB/adm/style/captcha_recaptcha.html +++ /dev/null @@ -1,19 +0,0 @@ -<!-- IF S_RECAPTCHA_AVAILABLE --> - <dl> - <script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}"> - // <![CDATA[ - var RecaptchaOptions = { - lang : {L_RECAPTCHA_LANG} - }; - // ]]> - </script> - - <noscript> - <iframe src="{RECAPTCHA_SERVER}/noscript?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}" height="300" width="500" frameborder="0"></iframe><br/> - <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> - <input type="hidden" name="recaptcha_response_field" value="manual_challenge"/> - </noscript> - </dl> -<!-- ELSE --> -{L_RECAPTCHA_NOT_AVAILABLE} -<!-- ENDIF -->
\ No newline at end of file |