Release master - Support ipv6 domain name resolution

This commit is contained in:
Travis CI User 2019-06-19 12:54:41 +00:00
parent 4aca4c4513
commit e17bf429c6
3 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

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

View File

@ -1 +1 @@
53dff22994c494df7c61aad0691e9fe0ef253767 927f0f2b7a9cbf33f5d7e68821262d25ea1983d2