From aa4583281808b57a980919562fbc643ab78f40c5 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Mon, 27 Jan 2020 18:00:19 +0100 Subject: [PATCH] Changed links to English language --- modules/AdobeFlashPlayer.php | 2 +- modules/AdobeReader.php | 2 +- modules/MozillaFirefox.php | 2 +- modules/MozillaFirefoxESR.php | 2 +- modules/MozillaThunderbird.php | 2 +- modules/UBlock.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/AdobeFlashPlayer.php b/modules/AdobeFlashPlayer.php index 025b183..29c421a 100644 --- a/modules/AdobeFlashPlayer.php +++ b/modules/AdobeFlashPlayer.php @@ -2,7 +2,7 @@ class AdobeFlashPlayer extends PatchBase { function __construct() { - parent::__construct('Adobe', 'Flash Player', 'https://get.adobe.com/de/flashplayer/'); + parent::__construct('Adobe', 'Flash Player', 'https://get.adobe.com/flashplayer/'); } function check() : bool { if ($this->fetch('https://get.adobe.com/flashplayer/webservices/json/?platform_type=Windows&platform_dist=XP&platform_arch=x86-32&platform_misc=&exclude_version=10&browser_arch=&browser_type=&browser_vers=&browser_dist=&eventname=flashplayerotherversions', true)) { diff --git a/modules/AdobeReader.php b/modules/AdobeReader.php index 75b9b0e..f8c5bea 100644 --- a/modules/AdobeReader.php +++ b/modules/AdobeReader.php @@ -2,7 +2,7 @@ class AdobeReader extends PatchBase { function __construct() { - parent::__construct('Adobe', 'Acrobat Reader DC', 'https://get.adobe.com/de/reader/'); + parent::__construct('Adobe', 'Acrobat Reader DC', 'https://get.adobe.com/reader/'); } function check() : bool { if ($this->fetch('https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html')) diff --git a/modules/MozillaFirefox.php b/modules/MozillaFirefox.php index 55c5005..e9b0b1f 100644 --- a/modules/MozillaFirefox.php +++ b/modules/MozillaFirefox.php @@ -2,7 +2,7 @@ class MozillaFirefox extends PatchBase { function __construct() { - parent::__construct('Mozilla', 'Firefox', 'https://www.mozilla.org/de/firefox/all/'); + parent::__construct('Mozilla', 'Firefox', 'https://www.mozilla.org/en-US/firefox/all/'); } function check() : bool { if ($this->fetch('https://www.mozilla.org/de/firefox/all/')) diff --git a/modules/MozillaFirefoxESR.php b/modules/MozillaFirefoxESR.php index c29ed0a..b25b00c 100644 --- a/modules/MozillaFirefoxESR.php +++ b/modules/MozillaFirefoxESR.php @@ -2,7 +2,7 @@ class MozillaFirefoxESR extends PatchBase { function __construct() { - parent::__construct('Mozilla', 'Firefox ESR', 'https://www.mozilla.org/de/firefox/organizations/all/'); + parent::__construct('Mozilla', 'Firefox ESR', 'https://www.mozilla.org/en-US/firefox/organizations/all/'); } function check() : bool { if ($this->fetch('https://www.mozilla.org/de/firefox/organizations/all/')) diff --git a/modules/MozillaThunderbird.php b/modules/MozillaThunderbird.php index 0b40080..c2f9484 100644 --- a/modules/MozillaThunderbird.php +++ b/modules/MozillaThunderbird.php @@ -2,7 +2,7 @@ class MozillaThunderbird extends PatchBase { function __construct() { - parent::__construct('Mozilla', 'Thunderbird', 'https://www.thunderbird.net/de/thunderbird/all/'); + parent::__construct('Mozilla', 'Thunderbird', 'https://www.thunderbird.net/en-US/thunderbird/all/'); } function check() : bool { if ($this->fetch('https://www.thunderbird.net/de/thunderbird/all/')) diff --git a/modules/UBlock.php b/modules/UBlock.php index 7528d71..536b7d4 100644 --- a/modules/UBlock.php +++ b/modules/UBlock.php @@ -2,7 +2,7 @@ class UBlock extends PatchBase { function __construct() { - parent::__construct('Raymond Hill', 'uBlock Origin', 'https://addons.mozilla.org/de/firefox/addon/ublock-origin/'); + parent::__construct('Raymond Hill', 'uBlock Origin', 'https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/'); } function check() : bool { if ($this->fetch('https://addons.mozilla.org/de/firefox/addon/ublock-origin/'))