This commit is contained in:
Daniil Gentili 2018-03-27 20:58:19 +02:00
parent 2df501805d
commit 1f1aad5fbd
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
2.0.3
2.0.4

View File

@ -3,6 +3,7 @@
ini_set('display_errors', true);
error_reporting(E_ALL);
chdir(__DIR__);
if (!file_exists(__DIR__.'/madeline.php') || !filesize(__DIR__.'/madeline.php')) {
copy('https://phar.madelineproto.xyz/madeline.php', __DIR__.'/madeline.php');
}