diff --git a/README.md b/README.md index d748295..f8ba29b 100644 --- a/README.md +++ b/README.md @@ -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'; ``` diff --git a/madeline.phar b/madeline.phar index 10da17f..babc550 100644 Binary files a/madeline.phar and b/madeline.phar differ diff --git a/release b/release index e063ea9..dd7121c 100644 --- a/release +++ b/release @@ -1 +1 @@ -371020ea8395e1c053fe60f67af19de72377921b \ No newline at end of file +09360e9308c9d18ad926d295a211996a5cb378c4 \ No newline at end of file