1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 01:14:39 +01:00

Improve madeline.php

This commit is contained in:
Daniil Gentili 2023-01-29 17:58:09 +01:00
parent 11492ca321
commit 80ea10c322

View File

@ -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);
}