Release
This commit is contained in:
parent
d3775a706e
commit
24c824fee3
@ -5,6 +5,9 @@ This website contains the [MadelineProto](https://madelineproto.xyz) easy instal
|
|||||||
## Usage:
|
## Usage:
|
||||||
Download [madeline.php](https://phar.madelineproto.xyz/madeline.php), and include it in your script:
|
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';
|
include 'madeline.php';
|
||||||
```
|
```
|
||||||
|
|
||||||
|
BIN
madeline.phar
BIN
madeline.phar
Binary file not shown.
Loading…
Reference in New Issue
Block a user