1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 02:34:39 +01:00
This commit is contained in:
Daniil Gentili 2021-12-13 15:35:55 +01:00
parent a1bb3176aa
commit ef5cf08664

View File

@ -233,8 +233,8 @@ class Installer
for ($x = 0; $x < 10; $x++) {
$pharTest = \file_get_contents(\sprintf(self::PHAR_TEMPLATE, $this->version, $remote_release.$x));
if ($pharTest && strpos($pharTest, $remote_release) !== false) {
unset($pharTest);
$phar = $pharTest;
unset($pharTest);
break;
}
sleep(1);