X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FPHPVersionCheck.php;h=2d9216dfaa0a2f2f8087559aaf0faa7c49be38d0;hb=447574ceb746c2f4026a8bf77632bdc4604314bb;hp=3f08a37cf41ba51a916ca7c4ba81bddcb51c6fa4;hpb=f56af3cd38c50139971a58220e5de02ca58122a0;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index 3f08a37cf4..2d9216dfaa 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -112,7 +112,7 @@ class PHPVersionCheck { 'vendor' => 'the PHP Group', 'upstreamSupported' => '5.6.0', 'minSupported' => '7.0.13', - 'upgradeURL' => 'https://secure.php.net/downloads.php', + 'upgradeURL' => 'https://www.php.net/downloads.php', ); } @@ -206,7 +206,7 @@ HTML; $missingExtText = ''; $missingExtHtml = ''; - $baseUrl = 'https://secure.php.net'; + $baseUrl = 'https://www.php.net'; foreach ( $missingExtensions as $ext ) { $missingExtText .= " * $ext <$baseUrl/$ext>\n"; $missingExtHtml .= "
  • $ext "