X-Git-Url: https://git.cyclocoop.org/admin/?a=blobdiff_plain;f=includes%2FPHPVersionCheck.php;h=e9e271ce496d8f20df02d8c28bf643c7c835576f;hb=259e37a505c9789c404ec5cf3c311af5450fe4f1;hp=c8872d2d57e3eb1d153bca520e73b0ad3ab13980;hpb=ae50607da55aa320ea11b9494737bc5b09ff60dd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index c8872d2d57..e9e271ce49 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -98,7 +98,7 @@ class PHPVersionCheck { 'vendor' => 'the PHP Group', 'upstreamSupported' => '5.5.0', 'minSupported' => '5.5.9', - 'upgradeURL' => 'http://www.php.net/downloads.php', + 'upgradeURL' => 'https://secure.php.net/downloads.php', ); } @@ -231,9 +231,9 @@ HTML; /** * Returns an error page, which is suitable for output to the end user via a web browser. * - * @param $title - * @param $longHtml - * @param $shortText + * @param string $title + * @param string $longHtml + * @param string $shortText * @return string */ function getIndexErrorOutput( $title, $longHtml, $shortText ) {