<script>
window.setTimeout("history.back(-2)", 2000);
</script>
<?
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://www.google.com/recaptcha/api/siteverify");
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch...
asked by
18.07.2018 / 16:09