docufix
This commit is contained in:
parent
3f05840fe0
commit
1604ea5e43
@ -18,7 +18,7 @@ There are various ways to install MadelineProto:
|
|||||||
```php
|
```php
|
||||||
<?php
|
<?php
|
||||||
if (!file_exists('madeline.php')) {
|
if (!file_exists('madeline.php')) {
|
||||||
copy('https://phar.madelineproto.xyz', 'madeline.php');
|
copy('https://phar.madelineproto.xyz/madeline.php', 'madeline.php');
|
||||||
}
|
}
|
||||||
require_once 'madeline.php';
|
require_once 'madeline.php';
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user