mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 03:14:39 +01:00
Improve madeline.php
This commit is contained in:
parent
11492ca321
commit
80ea10c322
@ -210,7 +210,7 @@ class Installer
|
||||
}
|
||||
\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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user