Use old branch

This commit is contained in:
Daniil Gentili 2018-12-28 11:35:53 +00:00
parent 0dfdf0aade
commit d9673bfab7

View File

@ -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) {