Release super - Magnaluna bugfix
This commit is contained in:
parent
2d67297f4b
commit
92e4d29c40
Binary file not shown.
4
phar.php
4
phar.php
@ -61,10 +61,10 @@ function ___install_madeline()
|
|||||||
$release_branch = '';
|
$release_branch = '';
|
||||||
}
|
}
|
||||||
$release_fallback_branch = '';
|
$release_fallback_branch = '';
|
||||||
if (isset($_SERVER['SERVER_ADMIN']) && strpos($_SERVER['SERVER_ADMIN'], '000webhost.io') && $custom_branch === null) {
|
/*if (isset($_SERVER['SERVER_ADMIN']) && strpos($_SERVER['SERVER_ADMIN'], '000webhost.io') && $custom_branch === null) {
|
||||||
$release_branch = '-deprecated';
|
$release_branch = '-deprecated';
|
||||||
$release_fallback_branch = '-deprecated';
|
$release_fallback_branch = '-deprecated';
|
||||||
}
|
}*/
|
||||||
|
|
||||||
if (PHP_MAJOR_VERSION <= 5) {
|
if (PHP_MAJOR_VERSION <= 5) {
|
||||||
$release_branch = '5'.$release_branch;
|
$release_branch = '5'.$release_branch;
|
||||||
|
@ -1 +1 @@
|
|||||||
4c8c6043c6a02ab03730c4381cc6a71ce3fdd621
|
f63065f1f3db47a0f4d3015f5b2c6c6254e02e7e
|
Loading…
Reference in New Issue
Block a user