This commit is contained in:
Daniil Gentili 2019-06-19 17:37:11 +02:00
parent d3775a706e
commit 24c824fee3
3 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@ This website contains the [MadelineProto](https://madelineproto.xyz) easy instal
## Usage:
Download [madeline.php](https://phar.madelineproto.xyz/madeline.php), and include it in your script:
```
if (!file_exists('madeline.php')) {
copy('https://phar.madelineproto.xyz/madeline.php', 'madeline.php');
}
include 'madeline.php';
```

Binary file not shown.

View File

@ -1 +1 @@
371020ea8395e1c053fe60f67af19de72377921b
09360e9308c9d18ad926d295a211996a5cb378c4