Small cdn fix
This commit is contained in:
parent
79dc591f4f
commit
b0260809cf
@ -414,7 +414,7 @@ trait AuthKeyHandler
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new \danog\MadelineProto\SecurityException('Auth Failed');
|
if (strpos($datacenter, 'cdn') === false) throw new \danog\MadelineProto\SecurityException('Auth Failed');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function check_G($g_a, $p)
|
public function check_G($g_a, $p)
|
||||||
|
Loading…
Reference in New Issue
Block a user