.=< { Star Gans Tq } >=.

  • Home

  • Killme
  • Download
  • Current Path : /home/m/e/h/meharicl/www/phpBB3/adm/style/
    Upload File
    @Command ~ $  
    Current File : /home/m/e/h/meharicl/www/phpBB3/adm/style/captcha_recaptcha_v3.html

    {% if S_RECAPTCHA_AVAILABLE %}
    	<dl>
    		<dt>&nbsp;</dt>
    		<dd>
    			<noscript>
    				<div class="warningbox">{{ lang('RECAPTCHA_NOSCRIPT') }}</div>
    			</noscript>
    
    			{{ lang('RECAPTCHA_INVISIBLE') }}
    			<script src="{{ U_RECAPTCHA_SCRIPT }}" async defer></script>
    		</dd>
    	</dl>
    {% else %}
    	{{ lang('RECAPTCHA_NOT_AVAILABLE') }}
    {% endif %}