From d9673bfab737499493eef9848a9f53c0fc422530 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 28 Dec 2018 11:35:53 +0000 Subject: [PATCH] Use old branch --- phar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phar.php b/phar.php index faae8225..2a0b1903 100644 --- a/phar.php +++ b/phar.php @@ -39,7 +39,7 @@ function ___install_madeline() $release_template = 'https://phar.madelineproto.xyz/release%s?v=new'; $phar_template = 'https://phar.madelineproto.xyz/madeline%s.phar?v=new'; - $release_branch = defined('MADELINE_BRANCH') ? '-'.MADELINE_BRANCH : ''; + $release_branch = defined('MADELINE_BRANCH') ? '-'.MADELINE_BRANCH : '-old'; $release_default = ''; if (PHP_MAJOR_VERSION === 5) {