mirror of
https://github.com/danog/MadelineProtoPhar.git
synced 2024-11-26 19:54:39 +01:00
Release HEAD - Add FloodWaitError
This commit is contained in:
parent
57613ad3db
commit
fe321ef06c
2
phar.php
2
phar.php
@ -210,7 +210,7 @@ class Installer
|
|||||||
}
|
}
|
||||||
\define('HAD_MADELINE_PHAR', !!$local_release);
|
\define('HAD_MADELINE_PHAR', !!$local_release);
|
||||||
|
|
||||||
if ($local_release !== null) {
|
if ($local_release !== null && \file_exists("madeline-$local_release.phar")) {
|
||||||
return self::load($local_release);
|
return self::load($local_release);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user