Release master - Support ipv6 domain name resolution
This commit is contained in:
parent
4aca4c4513
commit
e17bf429c6
Binary file not shown.
8
phar.php
8
phar.php
@ -61,10 +61,10 @@ function ___install_madeline()
|
||||
$release_branch = '';
|
||||
}
|
||||
$release_fallback_branch = '';
|
||||
/*if (isset($_SERVER['SERVER_ADMIN']) && strpos($_SERVER['SERVER_ADMIN'], '000webhost.io')) {
|
||||
$release_branch = '-deprecated';
|
||||
$release_fallback_branch = '-deprecated';
|
||||
}*/
|
||||
if (isset($_SERVER['SERVER_ADMIN']) && strpos($_SERVER['SERVER_ADMIN'], '000webhost.io') && $custom_branch === null) {
|
||||
$release_branch = '-deprecated';
|
||||
$release_fallback_branch = '-deprecated';
|
||||
}
|
||||
|
||||
if (PHP_MAJOR_VERSION <= 5) {
|
||||
$release_branch = '5'.$release_branch;
|
||||
|
@ -1 +1 @@
|
||||
53dff22994c494df7c61aad0691e9fe0ef253767
|
||||
927f0f2b7a9cbf33f5d7e68821262d25ea1983d2
|
Loading…
Reference in New Issue
Block a user