mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-22 16:31:11 +01:00
Update example
This commit is contained in:
parent
0e904efa38
commit
6b46f32583
@ -32,7 +32,7 @@ use danog\MadelineProto\Settings\Database\SerializerType;
|
||||
if (file_exists('vendor/autoload.php')) {
|
||||
require_once 'vendor/autoload.php';
|
||||
} else {
|
||||
// Otherwise download an alpha version of MadelineProto via madeline.php
|
||||
// Otherwise download an !!! alpha !!! version of MadelineProto via madeline.php
|
||||
if (!file_exists('madeline.php')) {
|
||||
copy('https://phar.madelineproto.xyz/madeline.php', 'madeline.php');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user