@@ -10,7 +10,7 @@ |
||
10 | 10 | { |
11 | 11 | $response = Input::get('g-recaptcha-response'); |
12 | 12 | $remoteip = $_SERVER['REMOTE_ADDR']; |
13 | - $secret = env('RE_CAP_SECRET');// config('jlourenco.support.RE_CAP_SECRET'); |
|
13 | + $secret = env('RE_CAP_SECRET'); // config('jlourenco.support.RE_CAP_SECRET'); |
|
14 | 14 | |
15 | 15 | $recaptcha = new ReCaptcha($secret); |
16 | 16 | $resp = $recaptcha->verify($response, $remoteip); |