Your IP : 216.73.216.93


Current Path : /home/users/unlimited/www/talentorbit.codeskitter.site/config/
Upload File :
Current File : /home/users/unlimited/www/talentorbit.codeskitter.site/config/captcha.php

<?php

return [
    'secret' => env('NOCAPTCHA_SECRET'),
    'sitekey' => env('NOCAPTCHA_SITEKEY'),
    'options' => [
        'timeout' => 2.0,
    ],
];