mirror of
https://git.bakhai.co.in/FbIN/4Get.git
synced 2025-11-06 04:31:30 +05:30
parent
4c72cf8abe
commit
56c6b4ee35
1 changed files with 4 additions and 4 deletions
|
|
@ -2973,14 +2973,14 @@ class google{
|
||||||
|
|
||||||
private function detect_sorry(){
|
private function detect_sorry(){
|
||||||
|
|
||||||
$recaptcha =
|
$captcha_form =
|
||||||
$this->fuckhtml
|
$this->fuckhtml
|
||||||
->getElementById(
|
->getElementById(
|
||||||
"recaptcha",
|
"captcha-form",
|
||||||
"div"
|
"form"
|
||||||
);
|
);
|
||||||
|
|
||||||
if($recaptcha !== false){
|
if($captcha_form !== false){
|
||||||
|
|
||||||
throw new Exception("Google returned a captcha");
|
throw new Exception("Google returned a captcha");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue