mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Fix syntax error.
This commit is contained in:
@@ -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))) {
|
||||||
|
|||||||
Reference in New Issue
Block a user