Commit 0be8cd8d authored by Nguyễn Văn Ánh's avatar Nguyễn Văn Ánh

Merge pull request #1 from juukie14/veryfy

Veryfy spelling correction
parents 1907f0e0 1630a6b7
......@@ -3,7 +3,7 @@
class NoCaptcha {
const CLIENT_API = 'https://www.google.com/recaptcha/api.js';
const VERYFY_URL = 'https://www.google.com/recaptcha/api/siteverify';
const VERIFY_URL = 'https://www.google.com/recaptcha/api/siteverify';
/**
* //
......@@ -99,7 +99,7 @@ class NoCaptcha {
*/
protected function sendRequestVerify(array $query = array())
{
$link = static::VERYFY_URL.'?'.http_build_query($query);
$link = static::VERIFY_URL.'?'.http_build_query($query);
$response = file_get_contents($link);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment