mirror of
https://github.com/danog/MadelineProtoPhar.git
synced 2024-11-26 23:24:40 +01:00
16 lines
380 B
Markdown
16 lines
380 B
Markdown
# MadelineProtoPhar
|
|
|
|
This website contains the [MadelineProto](https://madelineproto.xyz) easy installer.
|
|
|
|
## Usage:
|
|
```
|
|
if (!file_exists('madeline.php')) {
|
|
copy('https://phar.madelineproto.xyz/madeline.php', 'madeline.php');
|
|
}
|
|
include 'madeline.php';
|
|
```
|
|
|
|
That's it.
|
|
|
|
See [docs.madelineproto.xyz](https://docs.madelineproto.xyz) for more information about MadelineProto.
|