/home/techb158/exp.abdallabala.com/application/autoload/Ib
NameSizeModeActions
Ajax.php1680644editdlrm
Animate.php22560644editdlrm
Email.php40350644editdlrm
Html.php10430644editdlrm
I18n.php59200644editdlrm
Internal.php28650644editdlrm
Json.php18960644editdlrm
Math.php8130644editdlrm
Pdf.php18020644editdlrm
Recaptcha.php9040644editdlrm
Str.php9130644editdlrm
System.php6880644editdlrm
Edit: /home/techb158/exp.abdallabala.com/application/autoload/Ib/Recaptcha.php (904B)
$secret_key, 'response' => $_POST['g-recaptcha-response'], 'remoteip' => $_SERVER['REMOTE_ADDR'], ]; $options = [ 'http' => [ 'header' => "Content-type: application/x-www-form-urlencoded\r\n", 'method' => 'POST', 'content' => http_build_query($data), ], ]; $context = stream_context_create($options); $result = file_get_contents($url, false, $context); return json_decode($result)->success; } catch (Exception $e) { return null; } } }