mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 08:44:46 +02:00
Fix syntax error.
This commit is contained in:
parent
75119611b9
commit
2dec659dd1
@ -43,7 +43,7 @@ class VerifyReCaptcha
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $result->hostname === $url['host'];;
|
return $result->hostname === $url['host'];
|
||||||
};
|
};
|
||||||
|
|
||||||
if ($result->success && (! config('recaptcha.verify_domain') || $verified($result, $request))) {
|
if ($result->success && (! config('recaptcha.verify_domain') || $verified($result, $request))) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user