File "captcha.php"
Full Path: /var/www/lionsclub/core/storage/framework/cache/data/f2/captcha.php
File size: 154 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
return [
'secret' => env('NOCAPTCHA_SECRET'),
'sitekey' => env('NOCAPTCHA_SITEKEY'),
'options' => [
'timeout' => 30,
],
];