One Hat Cyber Team
Your IP:
216.73.216.58
Server IP:
198.54.114.155
Server:
Linux server71.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
5.6.40
Create File
|
Create Folder
Execute
Dir :
~
/
home
/
fluxyjvi
/
public_html
/
project
/
config
/
View File Name :
google_captcha.php
<?php return [ 'site_key' => env('GOOGLE_CAPTCHA_SITE_KEY'), 'secret_key' => env('GOOGLE_CAPTCHA_SECRET_KEY'), 'gc_verification_url' => env('GOOGLE_CAPTCHA_VERIFICATION_URL'), 'error_codes' => [ "missing-input-secret" => "The secret parameter is missing.", "invalid-input-secret" => "The secret parameter is invalid or malformed.", "missing-input-response" => "The response parameter is missing.", "invalid-input-response" => "The response parameter is invalid or malformed.", "bad-request" => "The request is invalid or malformed.", "timeout-or-duplicate" => "The response is no longer valid: either is too old or has been used previously.", ], ];