forked from leftypol/leftypol
post.php: remove extra comma
This commit is contained in:
parent
cd00809040
commit
3243fcc826
1 changed files with 1 additions and 1 deletions
2
post.php
2
post.php
|
@ -85,7 +85,7 @@ function check_recaptcha($secret, $response, $remote_ip)
|
||||||
$req = sprintf(
|
$req = sprintf(
|
||||||
'https://www.google.com/recaptcha/api/siteverify?secret=%s&response=%s&remoteip=%s',
|
'https://www.google.com/recaptcha/api/siteverify?secret=%s&response=%s&remoteip=%s',
|
||||||
$secret,
|
$secret,
|
||||||
urlencode($response),
|
urlencode($response)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
$resp = json_decode(file_get_contents($req), true);
|
$resp = json_decode(file_get_contents($req), true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue